forked from OSchip/llvm-project
[libcxx] Remove extraneous '---' lines in .clang-format files
This commit is contained in:
parent
0886ea902b
commit
462b49f18c
|
@ -70,7 +70,6 @@ PackConstructorInitializers: NextLine
|
||||||
|
|
||||||
PenaltyIndentedWhitespace: 61
|
PenaltyIndentedWhitespace: 61
|
||||||
|
|
||||||
---
|
|
||||||
Language: Cpp
|
Language: Cpp
|
||||||
Standard: c++20
|
Standard: c++20
|
||||||
SpacesInAngles: Leave
|
SpacesInAngles: Leave
|
||||||
|
@ -88,4 +87,3 @@ IndentPPDirectives: AfterHash
|
||||||
|
|
||||||
# libc++ has some long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting
|
# libc++ has some long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting
|
||||||
ColumnLimit: 120
|
ColumnLimit: 120
|
||||||
---
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
BasedOnStyle: LLVM
|
BasedOnStyle: LLVM
|
||||||
|
|
||||||
---
|
|
||||||
Language: Cpp
|
Language: Cpp
|
||||||
|
|
||||||
AlwaysBreakTemplateDeclarations: true
|
AlwaysBreakTemplateDeclarations: true
|
||||||
|
@ -14,4 +13,3 @@ IndentPPDirectives: AfterHash
|
||||||
|
|
||||||
# libc++ has some long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting
|
# libc++ has some long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting
|
||||||
ColumnLimit: 120
|
ColumnLimit: 120
|
||||||
---
|
|
||||||
|
|
Loading…
Reference in New Issue