Add config for more filetypes in .editorconfig

This commit is contained in:
Greg Considine 2017-03-17 16:29:33 -04:00
parent fa4d906e04
commit 2dfae8857a

View File

@ -1,5 +1,20 @@
root = true
[**.{js,json,less}]
[*]
end_of_line = lf
insert_final_newline = true
[Makefile]
indent_style = tab
[**.py]
indent_style = space
indent_size = 4
[**.{js,less}]
indent_style = space
indent_size = 4
[**.{json}]
indent_style = space
indent_size = 2