enum FormatStyle::BreakConstructorInitializersStyle

Description

Different ways to break initializers.

Declared at: clang/include/clang/Format/Format.h:1683

Enumerators

NameValueComment
BCIS_BeforeColon0Break constructor initializers before the colon and after the commas.
BCIS_BeforeComma1Break constructor initializers before the colon and commas, and align the commas with the colon.
BCIS_AfterColon2Break constructor initializers after the colon and commas.