Add editorconfig file

This commit is contained in:
Henning Morud
2016-02-10 19:43:09 +01:00
parent b69d6c2fb7
commit a639308eb1
+12
View File
@@ -0,0 +1,12 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
indent_size = 4