From 0d88842a2655ef771bf88df29f09221c73b10d09 Mon Sep 17 00:00:00 2001 From: Ayakura Yuki Date: Mon, 4 Sep 2023 10:40:44 +0800 Subject: [PATCH] =?UTF-8?q?+=20=E5=A2=9E=E5=8A=A0=E4=BA=86=E9=92=88?= =?UTF-8?q?=E5=AF=B9=20IntelliJ=20=E7=B3=BB=E5=88=97=20IDE=20=E5=9C=A8?= =?UTF-8?q?=E5=A4=84=E7=90=86=20JSON=20=E7=9A=84=E9=A2=9D=E5=A4=96?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.editorconfig b/.editorconfig index 1aa8841..28e36c6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,4 +14,11 @@ max_line_length = off # IntelliJ 系列配置项 ij_any_space_before_colon = true ij_any_space_after_colon = true +ij_javascript_use_semicolon_after_statement = false ij_javascript_use_double_quotes = false +ij_javascript_enforce_trailing_comma = keep +ij_typescript_enforce_trailing_comma = keep + +[*.json] +ij_any_space_before_colon = false +ij_json_keep_trailing_comma = false