added .editorconfig

This commit is contained in:
TDaglis
2015-10-26 17:07:34 +02:00
parent 987f09d880
commit 556140e7d9
+13
View File
@@ -0,0 +1,13 @@
root = true
[*]
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.js]
max_line_length = 100
[*.md]
trim_trailing_whitespace = false