add an editorconfig

This commit is contained in:
Doug Fritz 2014-09-03 17:13:33 -07:00
parent 7f409799dd
commit 6a017031c6

5
.editorconfig Normal file
View File

@ -0,0 +1,5 @@
# 2 space indentation
[*.js]
indent_style = space
indent_size = 2