Merge pull request #645 from nwinkler/editorconfig

Added editorconfig file
pull/647/head
Nils Winkler 2016-01-08 08:38:06 +01:00
commit 2b9f941d1e
1 changed files with 14 additions and 0 deletions

14
.editorconfig 100644
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