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