plusone-validator/.editorconfig
ZhouXY108 39a24fa6dd chore: 更新 .editorconfig
xml 文件缩进 2 空格
2025-05-03 15:57:24 +08:00

16 lines
254 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.xml]
indent_size = 2