forked from OSchip/llvm-project
[libcxx][NFC] adjusts formatting rules
This will reduce the amount of noisy feedback during reviews. Differential Revision: https://reviews.llvm.org/D99691
This commit is contained in:
parent
d5e8dca1b6
commit
2e3a78b8ca
|
@ -10,4 +10,11 @@ PointerAlignment: Left
|
||||||
# Disable formatting options which may break tests.
|
# Disable formatting options which may break tests.
|
||||||
SortIncludes: false
|
SortIncludes: false
|
||||||
ReflowComments: false
|
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
|
||||||
|
BreakBeforeConceptDeclarations: true
|
||||||
|
IndentRequires: false
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue