[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
|
||||
|
||||
---
|
||||
Language: Cpp
|
||||
Standard: c++20
|
||||
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
|
||||
ColumnLimit: 120
|
||||
---
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
BasedOnStyle: LLVM
|
||||
|
||||
---
|
||||
Language: Cpp
|
||||
|
||||
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
|
||||
ColumnLimit: 120
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue
Block a user