chore: 更新 .editorconfig

xml 文件缩进 2 空格
This commit is contained in:
zhouxy108 2025-05-03 15:57:24 +08:00
parent a79c5d1637
commit 39a24fa6dd

View File

@ -10,3 +10,6 @@ end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
[*.xml]
indent_size = 2