enum FormatStyle::ShortBlockStyle
Description
Different styles for merging short blocks containing at most one statement.
Declared at: clang/include/clang/Format/Format.h:437
Enumerators
Name | Value | Comment |
---|---|---|
SBS_Never | 0 | Never merge blocks into a single line. |
SBS_Empty | 1 | Only merge empty blocks. |
SBS_Always | 2 | Always merge short blocks into a single line. |