add .editorconfig feature

This commit is contained in:
deepsweet 2013-10-17 18:46:26 +03:00
parent e21329c0c5
commit 411f30e9aa
1 changed files with 10 additions and 0 deletions

10
.editorconfig Normal file
View File

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