🔧 Add editorconfig file

This commit is contained in:
brunosimon
2017-07-31 23:29:59 +02:00
parent ea4d748c96
commit 64b95ddddd
+9
View File
@@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true