Add configuration for Python files to .editorconfig
This commit is contained in:
parent
f7b672e342
commit
21fa30222a
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ trim_trailing_whitespace = true
|
|||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.py]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[group_vars/mash_servers]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
|
Loading…
Reference in a new issue