added .editorconfig

This commit is contained in:
əlemi 2022-01-07 15:01:24 +01:00
parent 173c2891c2
commit 1d519c022f

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
[*.py]
charset = utf-8
indent_style = tab
indent_size = 4