From 859f73c19d982f79346b4943020da5de1d5837b4 Mon Sep 17 00:00:00 2001 From: 17hz <0x149527@gmail.com> Date: Thu, 20 Nov 2025 13:27:00 +0800 Subject: [PATCH] fix: add .ts and .mjs to EditorConfig indent rules (#28397) Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 374da0b5d2..be14939ddb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -29,7 +29,7 @@ trim_trailing_whitespace = false # Matches multiple files with brace expansion notation # Set default charset -[*.{js,tsx}] +[*.{js,jsx,ts,tsx,mjs}] indent_style = space indent_size = 2