.editorconfig: add python

This commit is contained in:
Martin Weinelt 2020-04-12 16:13:06 +02:00
parent 6d306b8850
commit 79e8c30bf5
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E

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