From ff0ada4e1607385be30b2b38885cea2127568e04 Mon Sep 17 00:00:00 2001 From: Christopher Di Bella Date: Thu, 15 Apr 2021 15:27:08 +0000 Subject: [PATCH] [libcxx][NFC] removes BreakBeforeConceptDeclarations from .clang-format BreakBeforeConceptDeclarations is apparently breaking CI. Partially rolls back 2e3a78b8ca10. --- libcxx/.clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/libcxx/.clang-format b/libcxx/.clang-format index bef1d9d..bdd9ef0 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 --- -- 2.7.4