AllowShortLoopsOnASingleLine
AllowShortLoopsOnASingleLine (Boolean
)¶
Info
clang-format 3.7
如果为 true
,则 while (true) continue;
可以放在一行上。
最后更新:
2022-10-31
Boolean
)¶clang-format 3.7
如果为 true
,则 while (true) continue;
可以放在一行上。