diff --git a/.editorconfig b/.editorconfig index 828f41506a..601dc00b4b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,9 @@ trim_trailing_whitespace = true indent_size = 4 indent_style = space +[*.{js,mjs}] +indent_style = tab + [*.py] indent_size = 4 indent_style = space