add .editorconfig

This commit is contained in:
Donald Pipowitch 2014-03-05 08:00:00 +01:00
parent bb9d241ebb
commit 46c711dcdf
1 changed files with 10 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true