| commit | b754a747bec0ca0db0cc3fb376f08d883abf72d0 | [log] [tgz] |
|---|---|---|
| author | Daniel Jasper <djasper@google.com> | Thu Mar 12 15:04:53 2015 +0000 |
| committer | Daniel Jasper <djasper@google.com> | Thu Mar 12 15:04:53 2015 +0000 |
| tree | f51d8f2e95f80da31c678044c2f12304e0adb54b | |
| parent | d5d496a55db9081f3dd89c73af55b3d4eb4f69e9 [diff] |
clang-format: When putting */& next to types, also wrap before them.
Before:
LoooooooooooongType *
loooooooooooongVariable;
After:
LoooooooooooongType
*loooooooooooongVariable;
llvm-svn: 232044