Merge pull request #153 from KoffeinFlummi/editorconfig

Add editorconfig
This commit is contained in:
Felix Wiegand 2015-02-18 19:57:54 +01:00
commit 0d3f9c5345

13
.editorconfig Normal file
View File

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