Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用Uncrustify工具,我想应用1TBS 样式,这样放置大括号:
if (x < 0) { printf("Negative"); }
我该怎么做呢?我似乎找不到正确的选择。
我知道那很旧,但我认为您需要设置nl_if_brace为忽略/添加/删除/强制。
nl_if_brace
另外,检查sp_else_brace和sp_brace_else选项。将其设置为 1,否则您的代码将以如下代码结束:
sp_else_brace
sp_brace_else
if (condition){
代替
if (condition) {
有一个名为 UniversalIndentGui 的工具,可以让您使用 Uncrustify 的各种简洁的设置,并查看对示例代码块的直接影响。
http://universalindent.sourceforge.net/screenshots.php