From aae124d888898a634fa60a8438e631c285c172ba Mon Sep 17 00:00:00 2001 From: sin <2943460818@qq.com> Date: Sat, 23 Mar 2019 12:15:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.editorconfig=20=E7=B1=BB?= =?UTF-8?q?=E8=A7=84=E8=8C=83=E4=B8=80=E4=BA=9B=20=E7=A9=BA=E6=A0=BC?= 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 000000000..d1989d440 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root=true + +[*.java] +indent_style = space +indent_size = 4 +continuation_indent_size = 8 + +[*.xml] +indent_style = space +indent_size = 4 +continuation_indent_size = 4