Add editorconfig file with basic rules

This commit is contained in:
Bertocq
2017-06-05 23:25:44 +02:00
parent 16edbf15a2
commit 80cc7819db

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false