From f114cd78bf3f83753ed6f6ad81e14f3a80643a9b Mon Sep 17 00:00:00 2001 From: Ayakura Yuki Date: Mon, 4 Sep 2023 10:25:18 +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=E7=9A=84?= =?UTF-8?q?=E9=A2=9D=E5=A4=96=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index b2319a4..1aa8841 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,7 @@ root = true [*] +# EditorConfig 标准配置项 charset = utf-8 indent_size = 2 indent_style = space @@ -9,3 +10,8 @@ insert_final_newline = true end_of_line = lf trim_trailing_whitespace = true max_line_length = off + +# IntelliJ 系列配置项 +ij_any_space_before_colon = true +ij_any_space_after_colon = true +ij_javascript_use_double_quotes = false