support for editorconfig

This commit is contained in:
FezVrasta 2014-10-05 10:20:47 +02:00
parent 4964878091
commit 2faa68a1fa

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
root = true
[*]
insert_final_newline = true
[*.js]
indent_style = space
indent_size = 4
[*.json]
indent_style = space
indent_size = 4
[*.less]
indent_style = space
indent_size = 4
[*.sass]
indent_style = space
indent_size = 4