Add python to .editorconfig

This commit is contained in:
partizan 2021-08-25 23:54:27 +03:00 committed by Stephan Seitz
parent 5db2c7b64e
commit 3009401bc2

View file

@ -11,6 +11,10 @@ charset = utf-8
[*.lua]
tab_width = 2
[*.py]
indent_size = 4
tab_width = 4
[{Makefile,**/Makefile,runtime/doc/*.txt}]
indent_style = tab
indent_size = 8