Add editorconfig

This commit is contained in:
Bill Thornton 2020-07-21 23:48:14 -04:00
parent 7c4c7329be
commit bc0a533d36

16
.editorconfig Normal file
View File

@ -0,0 +1,16 @@
root = true
[*]
insert_final_newline = true
end_of_line = lf
[{*.js, *.json}]
charset = utf-8
trim_trailing_whitespace = true
[*.js]
indent_style = tab
[*.json]
indent_style = space
tab_width = 4