.editorconfig: add python

This commit is contained in:
Martin Weinelt 2020-04-12 16:13:06 +02:00 committed by David Bauer
parent 56dbfefd14
commit ac65a4174c
1 changed files with 4 additions and 0 deletions

View File

@ -6,3 +6,7 @@ end_of_line = lf
insert_final_newline = true
indent_style = tab
charset = utf-8
[*.py]
indent_style = space
indent_size = 4