From 5c8a66d34bb73e28e4cd08d2fab7faa1645ce72d Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Mon, 4 Nov 2024 11:23:31 -0800 Subject: [PATCH] Update indentation in editorconfig We have .mjs files now in the regexp-generator tool. Extend the same indentation from .js files to cover them as well. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 380e57acad..0bf249f52b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true -[{README.md,package.json,*.yml,*.sh,*.js,*.case,*.template}] +[{README.md,package.json,*.yml,*.sh,*.js,*.mjs,*.case,*.template}] indent_style = space indent_size = 2