[PATCH] D145813: [clang-format] Respect Cpp11BraceListStyle when aligning array of structures
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 12 05:39:30 PDT 2023
MyDeveloperDay added inline comments.
================
Comment at: clang/unittests/Format/FormatTest.cpp:20273
+ Style.ColumnLimit = 20;
+ EXPECT_EQ(
+ "demo = std::array<\n"
----------------
any reason you didn't use verifyFormat here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145813/new/
https://reviews.llvm.org/D145813
More information about the cfe-commits
mailing list