From 1695d31abf6b2f11af0ffbdc3aa63f82a06dd68e Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Fri, 16 Aug 2019 09:49:24 +0800 Subject: [PATCH] =?UTF-8?q?:lipstick:=20=E6=B7=BB=E5=8A=A0=20.editorconfig?= =?UTF-8?q?=20=E6=96=87=E4=BB=B6=EF=BC=8C=E8=A7=84=E8=8C=83PR=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E7=A9=BA=E6=A0=BC=E7=BC=A9=E8=BF=9B=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0754928 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# 开发组IDE 编辑器标准 +root = true + +[*] +indent_size = 2 +charset = utf-8 +indent_style = space +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{groovy, java, kt, kts, xsd}] +indent_size = 4