添加 .editorconfig 类规范一些 空格
This commit is contained in:
parent
7b52f050c0
commit
aae124d888
|
@ -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
|
Loading…
Reference in New Issue