From 7f6c7c514c3f4291e2cc8ed5d312b9b18ec3d494 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Tue, 9 Apr 2024 19:43:32 +0200 Subject: [PATCH] 32129139: Make sure to format .js, .cjs and .mjs files similarly --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 10b422cd..0146ef3a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ trim_trailing_whitespace=true charset=utf-8 indent_style=space -[*.js] +[*.{js,cjs,mjs}] indent_style=tab indent_size=4