From b07fe372a08d17fa8ffe31adcd92a27c978f3bc3 Mon Sep 17 00:00:00 2001 From: Ayakura Yuki Date: Mon, 4 Sep 2023 10:04:56 +0800 Subject: [PATCH] =?UTF-8?q?+=20=E9=92=88=E5=AF=B9=E6=94=AF=E6=8C=81=20Edit?= =?UTF-8?q?orConfig=20=E7=9A=84=20IDE=20=E5=A2=9E=E5=8A=A0=E4=BA=86?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E9=A3=8E=E6=A0=BC=E8=A7=84=E7=BA=A6=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b2319a4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +indent_size = 2 +indent_style = space +tab_width = 2 +insert_final_newline = true +end_of_line = lf +trim_trailing_whitespace = true +max_line_length = off