diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..ece585340 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,21 @@ +# http://editorconfig.org +# 配置修改自:https://gitee.com/596392912/mica/blob/master/.editorconfig + +root = true + +[*] +indent_style = tab +charset = utf-8 +end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = true + +[*.java] +indent_style = tab + +[*.{json,yml}] +indent_size = 2 + +[*.md] +insert_final_newline = false +trim_trailing_whitespace = false \ No newline at end of file diff --git a/pom.xml b/pom.xml index d565160f7..3e4b6d225 100644 --- a/pom.xml +++ b/pom.xml @@ -112,6 +112,7 @@ +