fix editor indentation

This commit is contained in:
ziirish 2016-02-12 21:59:13 +01:00
parent e6a24f0c4b
commit c55642e35c

View file

@ -11,7 +11,11 @@ end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.{js,html,css}]
[*.{html,css}]
indent_style = space
indent_size = 2
[*.js]
indent_style = tab
indent_size = 2