[PATCH] D12362: [clang-format] Add support of consecutive declarations alignment
Beren Minor via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 1 02:43:12 PDT 2015
berenm marked 7 inline comments as done.
================
Comment at: unittests/Format/FormatTest.cpp:8699
@@ +8698,3 @@
+ "int one = 1;\n"
+ "\n"
+ "unsigned oneTwoThree = 123;",
----------------
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.
http://reviews.llvm.org/D12362
More information about the cfe-commits
mailing list