[clang] [clang-format] Skip alignArrayInitializers() for 1-row matrices (PR #72166)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 14 11:29:56 PST 2023


================
@@ -20875,13 +20875,15 @@ TEST_F(FormatTest, CatchAlignArrayOfStructuresRightAlignment) {
                "};",
                Style);
   // TODO: Fix the indentations below when this option is fully functional.
+#if 0
----------------
HazardyKnusperkeks wrote:

Why did you remove this?

https://github.com/llvm/llvm-project/pull/72166


More information about the cfe-commits mailing list