mirror of
https://gitee.com/zhijiantianya/yudao-cloud.git
synced 2026-03-22 05:07:16 +08:00
- 优化,重新设定 .editorconfig 规则
This commit is contained in:
@@ -1,15 +1,10 @@
|
|||||||
root=true
|
root=true
|
||||||
|
|
||||||
# TODO 不是所有文件都是 UTF-8 格式(会影响二进制文件)
|
[*.{adoc,bat,groovy,html,java,js,jsp,kt,kts,md,properties,py,rb,sh,sql,svg,txt,xml,xsd}]
|
||||||
[*]
|
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
|
|
||||||
[*.java]
|
[*.{groovy,java,kt,kts,xml,xsd}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
continuation_indent_size = 8
|
continuation_indent_size = 8
|
||||||
|
end_of_line = lf
|
||||||
[*.xml]
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 4
|
|
||||||
continuation_indent_size = 4
|
|
||||||
|
|||||||
Reference in New Issue
Block a user