[libcxx] Remove extraneous '---' lines in .clang-format files

This commit is contained in:
owenca 2022-06-15 01:29:51 -07:00
parent 0886ea902b
commit 462b49f18c
2 changed files with 0 additions and 4 deletions

View File

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

View File

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