We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf049b2 commit fafb5fcCopy full SHA for fafb5fc
.clang-format
@@ -38,9 +38,8 @@ AllowShortIfStatementsOnASingleLine: Never
38
AllowShortLoopsOnASingleLine: false
39
# Add a space after the colon in bit fields.
40
BitFieldColonSpacing: After
41
-# Break before binary operators that are not assignments.
42
-# E.g. break before "+", but not before "+=".
43
-BreakBeforeBinaryOperators: NonAssignment
+# Don't break before binary operators.
+BreakBeforeBinaryOperators: None)
44
# Attach opening braces to the same line as the statement or declaration it belongs to.
45
BreakBeforeBraces: Attach
46
# Ternary operators will be placed after line breaks.
0 commit comments