]> granicus.if.org Git - clang/commit
clang-format: Leave empty lines within UnwrappedLines.
authorDaniel Jasper <djasper@google.com>
Wed, 4 Jun 2014 12:40:57 +0000 (12:40 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 4 Jun 2014 12:40:57 +0000 (12:40 +0000)
commit77258921c2916416381c288a676d97565a3aac84
treea80fbf46e8438913b00a6c4b65d4ba0d107cb2d5
parentca80b273a9a6d4c50f46ebb253bd837aa7944e65
clang-format: Leave empty lines within UnwrappedLines.

These are commonly used to structure things like enums or long braced
lists. There doesn't seem to be a good reason to have the behavior in
such structures be different from the behavior between statements.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210183 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/ContinuationIndenter.cpp
lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTest.cpp