clang-format: Make AlignAfterOpenBracket also affect angle brackets.
authorDaniel Jasper <djasper@google.com>
Tue, 2 Feb 2016 10:28:11 +0000 (10:28 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 2 Feb 2016 10:28:11 +0000 (10:28 +0000)
commitb618a985821ffcdf65b84eec5f3d50677efef776
tree9791098cf264223407da5502722ec40f620b9dbc
parentf5e239c4c39a5b9638715481edc40776cadc5c34
clang-format: Make AlignAfterOpenBracket also affect angle brackets.

Patch by Matthew Whitehead, thank you.

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