Add editorconfig

This commit is contained in:
KoffeinFlummi 2015-02-16 19:08:27 +01:00
parent d3f4f2883f
commit 1f737dc914

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