added .editorconfig

This commit is contained in:
əlemi 2022-02-20 13:27:52 +01:00
parent 39dcfc4245
commit 790f5cbb1f

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