Add .editorconfig

This commit is contained in:
Adrien Loison 2015-04-14 20:16:41 -07:00
parent af940069bc
commit 3c9bf12a5f

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[{.travis.yml}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false