enum FormatStyle::BreakBeforeConceptDeclarationsStyle

Description

Different ways to break before concept declarations.

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

Enumerators

NameValueComment
BBCDS_Never0Keep the template declaration line together with ``concept``.
BBCDS_Allowed1Breaking between template declaration and ``concept`` is allowed. The actual behavior depends on the content and line breaking rules and penalities.
BBCDS_Always2Always break before ``concept``, putting it in the line after the template declaration.