chore: fix format config

This commit is contained in:
Changhua
2025-04-23 00:11:10 +08:00
parent cc4b8def32
commit 424c76f509
+10
View File
@@ -0,0 +1,10 @@
[*]
end_of_line = lf
charset = utf-8-bom
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
[*.{yml,yaml}]
indent_size = 2