添加 .editorconfig 类规范一些 空格

This commit is contained in:
sin 2019-03-23 12:15:59 +08:00
parent 7b52f050c0
commit aae124d888
1 changed files with 11 additions and 0 deletions

11
.editorconfig Normal file
View File

@ -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