diff --git a/.editorconfig b/.editorconfig index 5bdb774..940b291 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,7 +11,7 @@ indent_style = space indent_style = tab indent_size = 4 -# HTML+CSS/JS files -[*.{html,js}] +# HTML+CSS/JS files +[*.{html,js,cjs}] indent_style = tab indent_size = 2