forked from OSchip/llvm-project
[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:
parent
b1260109fb
commit
6f3bce911e
|
@ -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
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue