Add editorconfig

This commit is contained in:
LeoVerto 2018-11-27 03:05:37 +01:00
parent fe05ab2eb3
commit 25eb4942b0

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.py]
charset = utf-8
indent_style = space
indent_size = 4