Add editorconfig

This commit is contained in:
isqua 2015-01-08 16:13:32 +03:00
parent bb5f9f87f0
commit 08a94616cc
1 changed files with 12 additions and 0 deletions

12
.editorconfig Normal file
View File

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