Create .editorconfig file

This commit is contained in:
Will Franzen 2015-02-22 11:58:42 -06:00
parent 39fe1b5c29
commit 2fe306dd26

16
.editorconfig Normal file
View file

@ -0,0 +1,16 @@
# Editorconfig
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.js]
indent_style = space
indent_size = 4
[{package.json}]
indent_style = space
indent_size = 2