enum FormatStyle::BreakTemplateDeclarationsStyle

Description

Different ways to break after the template declaration.

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

Enumerators

NameValueComment
BTDS_No0Do not force break before declaration. ``PenaltyBreakTemplateDeclaration`` is taken into account.
BTDS_MultiLine1Force break after template declaration only when the following declaration spans multiple lines.
BTDS_Yes2Always break after template declaration.