[libcxx][NFC] removes BreakBeforeConceptDeclarations from .clang-format
authorChristopher Di Bella <cjdb@google.com>
Thu, 15 Apr 2021 15:27:08 +0000 (15:27 +0000)
committerChristopher Di Bella <cjdb@google.com>
Thu, 15 Apr 2021 15:29:07 +0000 (15:29 +0000)
BreakBeforeConceptDeclarations is apparently breaking CI.

Partially rolls back 2e3a78b8ca10.

libcxx/.clang-format

index bef1d9d..bdd9ef0 100644 (file)
@@ -15,6 +15,5 @@ ReflowComments: false
 ColumnLimit: 120
 
 # These aren't covered by the LLVM Style Guide
-BreakBeforeConceptDeclarations: true
 IndentRequires: false
 ---