Merge pull request #645 from nwinkler/editorconfig

Added editorconfig file
This commit is contained in:
Nils Winkler
2016-01-08 08:38:06 +01:00

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
# EditorConfig is awesome: 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
[*.md]
trim_trailing_whitespace = false