build: Add .editorconfig

closes #3221
This commit is contained in:
Wes Todd
2017-02-24 09:05:43 -06:00
committed by Douglas Christopher Wilson
parent 2189ff14a9
commit efd7032f71

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
# http://editorconfig.org
root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[{*.js,*.json,*.yml}]
indent_size = 2
indent_style = space