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

NameValueComment
SBS_Never0Never merge blocks into a single line.
SBS_Empty1Only merge empty blocks.
SBS_Always2Always merge short blocks into a single line.