enum FormatStyle::BreakInheritanceListStyle

Description

Different ways to break inheritance list.

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

Enumerators

NameValueComment
BILS_BeforeColon0Break inheritance list before the colon and after the commas.
BILS_BeforeComma1Break inheritance list before the colon and commas, and align the commas with the colon.
BILS_AfterColon2Break inheritance list after the colon and commas.
BILS_AfterComma3Break inheritance list only after the commas.