enum FormatStyle::BinaryOperatorStyle

Description

The style of breaking before or after binary operators.

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

Enumerators

NameValueComment
BOS_None0Break after operators.
BOS_NonAssignment1Break before operators that aren't assignments.
BOS_All2Break before operators.