Add .editorconfig (#151)

This commit is contained in:
KOLANICH
2018-10-19 10:49:06 +00:00
committed by Vinayak Mehta
parent 5645ef5b62
commit 7baea06bca
+8
View File
@@ -0,0 +1,8 @@
root = true
[*.py]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
end_of_line = lf