SpaceInEmptyBlock
SpaceInEmptyBlock (Boolean)¶
Info
clang-format 11
如果为 true,将在 {} 中插入空格。
void f() { }
while (true) { }
void f() {}
while (true) {}
最后更新:
2022-10-31
Boolean)¶clang-format 11
如果为 true,将在 {} 中插入空格。
void f() { }
while (true) { }
void f() {}
while (true) {}