Add EditorConfig configuration file

This commit is contained in:
Romain Ruetschi
2018-04-16 21:22:01 +02:00
parent 2ed5bfbac7
commit 17a9c14bf3

16
.editorconfig Normal file
View File

@ -0,0 +1,16 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
[*.md]
trim_trailing_whitespace = false