From 462b49f18c6c065e1a0f46ee22cf01b205a24981 Mon Sep 17 00:00:00 2001 From: owenca Date: Wed, 15 Jun 2022 01:29:51 -0700 Subject: [PATCH] [libcxx] Remove extraneous '---' lines in .clang-format files --- libcxx/.clang-format | 2 -- libcxxabi/.clang-format | 2 -- 2 files changed, 4 deletions(-) diff --git a/libcxx/.clang-format b/libcxx/.clang-format index 6dd752a7c0ab..8d8eff5905af 100644 --- a/libcxx/.clang-format +++ b/libcxx/.clang-format @@ -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 ---- diff --git a/libcxxabi/.clang-format b/libcxxabi/.clang-format index dc6f2af8fb26..b4f56c0de981 100644 --- a/libcxxabi/.clang-format +++ b/libcxxabi/.clang-format @@ -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 ----