[clang] [clang-format] Change LLVM style to BreakAfterAttributes == ABS_Leave (PR #70360)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 27 04:46:39 PDT 2023


================
@@ -26179,7 +26179,7 @@ TEST_F(FormatTest, RemoveSemicolon) {
 
 TEST_F(FormatTest, BreakAfterAttributes) {
   FormatStyle Style = getLLVMStyle();
-  EXPECT_EQ(Style.BreakAfterAttributes, FormatStyle::ABS_Never);
+  EXPECT_EQ(Style.BreakAfterAttributes, FormatStyle::ABS_Leave);
----------------
Endilll wrote:

Done!

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


More information about the cfe-commits mailing list