Add editor config file

This commit is contained in:
Michael Rose 2016-02-24 16:15:19 -05:00
parent 446a085e66
commit 0fc9bd6755
1 changed files with 13 additions and 0 deletions

13
.editorconfig Normal file
View File

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