yudao-cloud/.editorconfig

12 lines
161 B
INI
Raw Normal View History

root=true
[*.java]
indent_style = space
indent_size = 4
continuation_indent_size = 8
[*.xml]
indent_style = space
indent_size = 4
continuation_indent_size = 4