KeepEmptyLinesAtTheStartOfBlocks
KeepEmptyLinesAtTheStartOfBlocks (Boolean
)¶
Info
clang-format 3.7
如果为 true
,则保留块开头的空行。
if (foo) {
bar();
}
if (foo) {
bar();
}
最后更新:
2022-10-31
Boolean
)¶clang-format 3.7
如果为 true
,则保留块开头的空行。
if (foo) {
bar();
}
if (foo) {
bar();
}