Merge pull request #20 from box/add_editorconfig

Add .editorconfig
This commit is contained in:
Adrien Loison 2015-04-14 20:20:21 -07:00
commit 0edd9c434f

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