add editorconfig

This commit is contained in:
Jeff Williams 2015-01-14 08:08:57 -08:00
parent f1b6b2dc7c
commit a838f37d52

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[package.json]
indent_style = space
indent_size = 2
[{**/*.js,**/*.css,**/*.json}]
indent_style = space
indent_size = 4