16 lines
257 B
INI
16 lines
257 B
INI
root=true
|
|
|
|
# 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
|