add .editorconfig

This commit is contained in:
Matthias Kretschmann 2015-12-11 14:38:19 +01:00
parent 271a62ad28
commit e6b36d830d
1 changed files with 13 additions and 0 deletions

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# EditorConfig is awesome: http://EditorConfig.org
[*]
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.json]
indent_size = 2