enum FormatStyle::DefinitionReturnTypeBreakingStyle

Description

Different ways to break after the function definition return type. This option is **deprecated** and is retained for backwards compatibility.

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

Enumerators

NameValueComment
DRTBS_None0Break after return type automatically. ``PenaltyReturnTypeOnItsOwnLine`` is taken into account.
DRTBS_All1Always break after the return type.
DRTBS_TopLevel2Always break after the return types of top-level functions.