clang-format: Force line break in trailing calls after multline exprs.
Before: aaaaaaaa(aaaaaaaaaa, bbbbbbbbbb).a(); After: aaaaaaaa(aaaaaaaaaa, bbbbbbbbbb) .a(); git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@233304 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/Format/ContinuationIndenter.cpp 3 additions, 2 deletionslib/Format/ContinuationIndenter.cpp
- lib/Format/FormatToken.h 2 additions, 1 deletionlib/Format/FormatToken.h
- lib/Format/TokenAnnotator.cpp 3 additions, 3 deletionslib/Format/TokenAnnotator.cpp
- unittests/Format/FormatTest.cpp 4 additions, 3 deletionsunittests/Format/FormatTest.cpp
Loading
Please register or sign in to comment