Update .editorconfig and HISTORY.md

This commit is contained in:
Vinayak Mehta
2018-10-19 16:23:15 +05:30
parent 7baea06bca
commit 1d064adc3e
2 changed files with 5 additions and 2 deletions
+4 -2
View File
@@ -1,8 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.py]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
end_of_line = lf