mirror of
1
0
Fork 0

Add editorconfig

This commit is contained in:
Anish Athalye 2014-11-20 15:22:49 -05:00
parent a55a179b71
commit 6d08479626
1 changed files with 14 additions and 0 deletions

14
.editorconfig Normal file
View File

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