Merge pull request #243 from schrej/patch-1

add .editorconfig
This commit is contained in:
Dane Everitt 2017-01-06 19:07:33 -05:00 committed by GitHub
commit 2dbacafabb

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false