Skip to content
Commit 5962fa80 authored by Daniel Jasper's avatar Daniel Jasper
Browse files

clang-format: Properly reset BreakBeforeParameter when wrapping

operators to the new line.

Before:
  LOG_IF(aaa == //
         bbb)
      << a
      << b;

After:
  LOG_IF(aaa == //
         bbb)
      << a << b;

llvm-svn: 238911
parent 4432d875
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment