修复了代码样式问题

This commit is contained in:
HeZongLun 2025-08-26 02:12:11 +00:00 committed by Gitee
parent 1cac4e8878
commit 99dd21f719
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -15,14 +15,14 @@ os_msys2_prelude ()
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@G_I_Y");
chef_set_sauciers (this, 1, "@ccmywish");
chef_set_sauciers (this, 1, "@ccmywish", "@hezonglun");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);
chef_forbid_user_define(this);
def_sources_begin()
{&UpstreamProvider, "https://mirror.msys2.org/", DelegateToUpstream},
{&UpstreamProvider, "https://mirror.msys2.org/", DelegateToUpstream},
{&Ali, "https://mirrors.aliyun.com/msys2", DelegateToMirror},
{&Bfsu, "https://mirrors.bfsu.edu.cn/msys2", DelegateToMirror},
{&Ustc, "https://mirrors.ustc.edu.cn/msys2", DelegateToMirror},