[libcxx-commits] [libcxx] 6f3bce9 - [libcxx][NFC] removes IndentRequires from .clang-format

Christopher Di Bella via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 15 12:28:59 PDT 2021


Author: Christopher Di Bella
Date: 2021-04-15T19:28:45Z
New Revision: 6f3bce911ecfbfb2aa80bad5687ef6e87b7ba01a

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

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

IndentRequires is apparently breaking CI because it uses an older clang-format.

Partially rolls back 2e3a78b8ca10.

Added: 
    

Modified: 
    libcxx/.clang-format

Removed: 
    


################################################################################
diff  --git a/libcxx/.clang-format b/libcxx/.clang-format
index bdd9ef0688c4..cfa0c289635c 100644
--- a/libcxx/.clang-format
+++ b/libcxx/.clang-format
@@ -13,7 +13,4 @@ ReflowComments: false
 
 # libc++ has some long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting
 ColumnLimit: 120
-
-# These aren't covered by the LLVM Style Guide
-IndentRequires: false
 ---


        


More information about the libcxx-commits mailing list