From 4311771152cebfd840207dd638b9bca8a302fa39 Mon Sep 17 00:00:00 2001 From: whmmm <942582838@qq.com> Date: Fri, 20 Dec 2019 11:31:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E9=A3=8E=E6=A0=BC=E7=BA=A6?= =?UTF-8?q?=E6=9D=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..455fb6a9b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*.java] +charset = utf-8 +#缩进使用 tab 或者 space +indent_style = space +#缩进为 space 时,缩进的字符数 +indent_size = 4 +#缩进为 tab 时,缩进的宽度 +#tab_width = 2 +#换行符的类型。lf, cr, crlf三种 +end_of_line = crlf +ij_java_block_brace_style = next_line +ij_java_class_brace_style = next_line +ij_java_method_brace_style = next_line