[libcxx-commits] [libcxx] ff0ada4 - [libcxx][NFC] removes BreakBeforeConceptDeclarations from .clang-format

Christopher Di Bella via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 15 08:30:24 PDT 2021


Author: Christopher Di Bella
Date: 2021-04-15T15:29:07Z
New Revision: ff0ada4e1607385be30b2b38885cea2127568e04

URL: https://github.com/llvm/llvm-project/commit/ff0ada4e1607385be30b2b38885cea2127568e04
DIFF: https://github.com/llvm/llvm-project/commit/ff0ada4e1607385be30b2b38885cea2127568e04.diff

LOG: [libcxx][NFC] removes BreakBeforeConceptDeclarations from .clang-format

BreakBeforeConceptDeclarations is apparently breaking CI.

Partially rolls back 2e3a78b8ca10.

Added: 
    

Modified: 
    libcxx/.clang-format

Removed: 
    


################################################################################
diff  --git a/libcxx/.clang-format b/libcxx/.clang-format
index bef1d9d80336..bdd9ef0688c4 100644
--- a/libcxx/.clang-format
+++ b/libcxx/.clang-format
@@ -15,6 +15,5 @@ ReflowComments: false
 ColumnLimit: 120
 
 # These aren't covered by the LLVM Style Guide
-BreakBeforeConceptDeclarations: true
 IndentRequires: false
 ---


        


More information about the libcxx-commits mailing list