.editorconfig init

This commit is contained in:
Mohammad Hossein Mojtahedi
2014-05-22 21:24:24 +04:30
parent 94d84a08e9
commit aa70e73c57
8 changed files with 119 additions and 104 deletions

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false