diff --git a/.editorconfig b/.editorconfig index f6bd20ac3..690a08c43 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ root = true end_of_line = lf insert_final_newline = true -[*.{json, php, sh}] +[*.{json, php, sh, js}] charset = utf-8 indent_style = space indent_size = 4