.editorconfig: simplify python rule
This commit is contained in:
parent
0fc5d0e904
commit
46233802ab
|
@ -7,7 +7,7 @@ indent_style = tab
|
|||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{py}]
|
||||
[*.py]
|
||||
indent_style = space
|
||||
|
||||
[*.{yml,yaml}]
|
||||
|
|
Loading…
Reference in New Issue
Block a user