Having a template with more than one template argument breaks alignment of consecutive declarations. Something like this won't be correctly aligned:
int x;
std::pair<int, bool> y;
Paths
| Differential D24395
Align declarations that are preceded by different number of commas. AbandonedPublic Authored by nikola on Sep 9 2016, 7:07 AM.
Details
Summary Having a template with more than one template argument breaks alignment of consecutive declarations. Something like this won't be correctly aligned: int x;
Diff Detail Event TimelineComment Actions Thanks for letting me know, that patch looks more complete so I'll abandon this. I hope it lands soon!
Revision Contents
Diff 70830 lib/Format/WhitespaceManager.cpp
unittests/Format/FormatTest.cpp
|