Adds editorconfig

This commit is contained in:
Abhay Rana 2015-07-17 13:40:31 +05:30
parent a204aea3a9
commit 76bcce8904
2 changed files with 13 additions and 3 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4