From 424c76f509bd7063d886888cec5e8d02e43346ae Mon Sep 17 00:00:00 2001 From: Changhua Date: Wed, 23 Apr 2025 00:11:10 +0800 Subject: [PATCH] chore: fix format config --- WeChatFerry/.editorconfig => .editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename WeChatFerry/.editorconfig => .editorconfig (72%) diff --git a/WeChatFerry/.editorconfig b/.editorconfig similarity index 72% rename from WeChatFerry/.editorconfig rename to .editorconfig index 46da929..8fcd9de 100644 --- a/WeChatFerry/.editorconfig +++ b/.editorconfig @@ -4,4 +4,7 @@ charset = utf-8-bom trim_trailing_whitespace = true insert_final_newline = true indent_style = space -indent_size = 4 \ No newline at end of file +indent_size = 4 + +[*.{yml,yaml}] +indent_size = 2 \ No newline at end of file