chore: fix format config

This commit is contained in:
Changhua 2025-04-23 00:11:10 +08:00
parent cc4b8def32
commit 424c76f509

View File

@ -4,4 +4,7 @@ charset = utf-8-bom
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
indent_size = 4
[*.{yml,yaml}]
indent_size = 2