diff --git a/.editorconfig b/.editorconfig index d97ba338..3d722d0b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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