Add editorconfig

This commit is contained in:
Sébastien Chopin 2016-12-15 18:47:20 +01:00
parent 0dd867cdec
commit 970ac4cad8
1 changed files with 13 additions and 0 deletions

13
.editorconfig Normal file
View File

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