mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-05 02:29:22 +01:00
.editorconfig: only apply indent_size and line_length for *.py
This commit is contained in:
parent
ecd0c926ea
commit
a46a0733af
@ -3,5 +3,7 @@ root = true
|
||||
[*]
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
|
||||
[*.py]
|
||||
indent_size = 4
|
||||
max_line_length = 79
|
||||
|
Loading…
Reference in New Issue
Block a user