Add configuration for Python files to .editorconfig

This commit is contained in:
Slavi Pantaleev 2023-11-19 09:36:58 +02:00
parent f7b672e342
commit 21fa30222a

View file

@ -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