summaryrefslogtreecommitdiff
path: root/libcxx/.clang-format
diff options
context:
space:
mode:
authorChristopher Di Bella <cjdb@google.com>2021-04-15 19:27:26 +0000
committerChristopher Di Bella <cjdb@google.com>2021-04-15 19:28:45 +0000
commit6f3bce911ecfbfb2aa80bad5687ef6e87b7ba01a (patch)
tree89a89046e94886d44d754be372de5820410ddeed /libcxx/.clang-format
parentb1260109fb4886256ee5858a026c1d3349a09eba (diff)
downloadllvm-6f3bce911ecfbfb2aa80bad5687ef6e87b7ba01a.tar.gz
[libcxx][NFC] removes IndentRequires from .clang-format
IndentRequires is apparently breaking CI because it uses an older clang-format. Partially rolls back 2e3a78b8ca10.
Diffstat (limited to 'libcxx/.clang-format')
-rw-r--r--libcxx/.clang-format3
1 files changed, 0 insertions, 3 deletions
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
---