diff --git a/.editorconfig b/.editorconfig index 119b50a10..2b1a9fb1f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,3 +4,6 @@ insert_final_newline = true [*.php] indent_style = tab + +[*.js] +indent_style = tab