From 1069c4c6bbe21c03e603bad5ff8b501a16567e2b Mon Sep 17 00:00:00 2001 From: Jixun Wu Date: Tue, 16 May 2023 22:50:03 +0100 Subject: [PATCH] chore: apply indentation rule for cjs/mjs as well --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index fd4bad9..43a0ceb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,5 +11,5 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[*.{js{x,on,},ts{x,}}] +[*.{{c,m,}js{x,on,},ts{x,}}] indent_size = 2