From: Christopher Di Bella Date: Thu, 15 Apr 2021 15:27:08 +0000 (+0000) Subject: [libcxx][NFC] removes BreakBeforeConceptDeclarations from .clang-format X-Git-Tag: llvmorg-14-init~9485 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff0ada4e1607385be30b2b38885cea2127568e04;p=platform%2Fupstream%2Fllvm.git [libcxx][NFC] removes BreakBeforeConceptDeclarations from .clang-format BreakBeforeConceptDeclarations is apparently breaking CI. Partially rolls back 2e3a78b8ca10. --- 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 ---