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