Merge pull request #577 from tobscure/add-editor-config

Add EditorConfig
This commit is contained in:
Leo Horie 2015-04-21 20:16:59 -04:00
commit d09ec5bf8e

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
[*.js]
indent_style = tab
indent_size = 2
trim_trailing_whitespace = false