HazardyKnusperkeks added inline comments.
Comment at: clang/lib/Format/ContinuationIndenter.cpp:812-814
+if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None ||
++ Style.BreakBeforeBinaryOperators == FormatStyle::BOS_NonAssignment)
CurrentState.LastSpace
hel-ableton created this revision.
hel-ableton added reviewers: JonasToth, MyDeveloperDay, owenpan.
hel-ableton added a project: clang-format.
Herald added a project: All.
hel-ableton requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
When Sty