🔧 Add .editorconfig

This commit is contained in:
Ben Chatelain 2018-10-17 18:00:24 -06:00
parent 7cc17e5d65
commit ac86f84973

13
.editorconfig Normal file
View file

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