Merge pull request from tmickel/feature/editorconfig

Add .editorconfig
This commit is contained in:
Tim Mickel 2016-06-08 16:58:22 -04:00
commit b6dbdd64ec

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_size = 4
trim_trailing_whitespace = true
[*.{js,html}]
indent_style = space