Merge pull request #118 from wtfaremyinitials/editorconfig

Add an editorconfig file.
This commit is contained in:
Robin Lambertz 2015-02-22 19:20:50 +01:00
commit 80566e0c33

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