[PATCH] D12362: [clang-format] Add support of consecutive declarations alignment

Daniel Jasper via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 1 02:52:15 PDT 2015


djasper accepted this revision.
djasper added a comment.
This revision is now accepted and ready to land.

This looks awesome. Do you have commit access?


================
Comment at: unittests/Format/FormatTest.cpp:8699
@@ +8698,3 @@
+                   "int      one = 1;\n"
+                   "\n"
+                   "unsigned oneTwoThree = 123;",
----------------
berenm wrote:
> I think I actually managed to do something about that.
> 
> I added a test case as well to check that AlignConsecutive* respect the column limit.
Very nice!


http://reviews.llvm.org/D12362





More information about the cfe-commits mailing list