ludu-cloud/.editorconfig

16 lines
257 B
INI
Raw Normal View History

root=true
2020-05-08 11:02:24 +08:00
# TODO 不是所有文件都是 UTF-8 格式(会影响二进制文件)
[*]
charset = utf-8
[*.java]
indent_style = space
indent_size = 4
continuation_indent_size = 8
[*.xml]
indent_style = space
indent_size = 4
continuation_indent_size = 4