[libcxx-commits] [libcxx] 462b49f - [libcxx] Remove extraneous '---' lines in .clang-format files
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 15 01:34:46 PDT 2022
Author: owenca
Date: 2022-06-15T01:34:37-07:00
New Revision: 462b49f18c6c065e1a0f46ee22cf01b205a24981
URL: https://github.com/llvm/llvm-project/commit/462b49f18c6c065e1a0f46ee22cf01b205a24981
DIFF: https://github.com/llvm/llvm-project/commit/462b49f18c6c065e1a0f46ee22cf01b205a24981.diff
LOG: [libcxx] Remove extraneous '---' lines in .clang-format files
Added:
Modified:
libcxx/.clang-format
libcxxabi/.clang-format
Removed:
################################################################################
diff --git a/libcxx/.clang-format b/libcxx/.clang-format
index 6dd752a7c0ab0..8d8eff5905afb 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 dc6f2af8fb26b..b4f56c0de9819 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
----
More information about the libcxx-commits
mailing list