From 863a4e4f893560478b3a3da0791f38015b12528e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= 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