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

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

Partially rolls back 2e3a78b8ca.
This commit is contained in:
Christopher Di Bella 2021-04-15 19:27:26 +00:00
parent b1260109fb
commit 6f3bce911e
1 changed files with 0 additions and 3 deletions

View File

@ -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
---