1
0
Fork 0
mirror of synced 2024-06-02 15:31:09 -04:00

Add editorconfig

This commit is contained in:
Anish Athalye 2014-11-20 15:22:49 -05:00
parent a55a179b71
commit 6d08479626

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