diff --git a/.editorconfig b/.editorconfig index 441b66a..a254f61 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,17 +17,18 @@ indent_size = 4 indent_style = space indent_size = 2 +[*.js] +indent_style = space +indent_size = 2 + [{*.html,*.css,*.json}] indent_style = tab indent_size = 4 [Makefile] indent_style = tab +indent_size = 4 -[lib/**.js] -indent_style = space -indent_size = 2 - -[{package.json}] +[package.json] indent_style = space indent_size = 2