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)
commita69ca9be127f26e22053243f7562d1079339314f
tree292fc64d2f53004064e8380d5e5182ef01894d65
parent5d8d72c5df0b7b80b30a2d66acb7a03b7933bdc6
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.

llvm-svn: 210183
clang/lib/Format/ContinuationIndenter.cpp
clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTest.cpp