]> granicus.if.org Git - clang/commit
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)
commit2b9f6f3342bd454ccf0918a2c8c11d28f27ca42e
tree9383c40cb29dfaeee9d1e755f35829308ef06ffe
parentf3056a38b3f1230a629f2cf93b7edb5ba42eb20d
clang-format: Make AlignAfterOpenBracket also affect angle brackets.

Patch by Matthew Whitehead, thank you.

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