gpt4 book ai didi

uncrustify:在函数定义的大括号之前换行

转载 作者:行者123 更新时间:2023-12-03 01:35:03 30 4
gpt4 key购买 nike

使用 uncrustify 0.60

我设置 nl_fcall_brace=force 期望以下结果:函数参数和函数体左大括号之间的换行符

string toNsdName(const string& sid) 
{
if (sid.empty())
{
return "";
}
string temp(sid);
replace_all(temp, PERIOD_MARK, DASH_MARK);
return temp;
}

--- 相反,代码仍然存在 ---

string toNsdName(const string& sid) {
if (sid.empty())
{
return "";
}
string temp(sid);
replace_all(temp, PERIOD_MARK, DASH_MARK);
return temp;
}

最佳答案

显然需要的是“nl_fdef_brace=add”

关于uncrustify:在函数定义的大括号之前换行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17245854/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com