summaryrefslogtreecommitdiff
path: root/libcxx/.clang-format
diff options
context:
space:
mode:
authorowenca <owenpiano@gmail.com>2022-06-15 01:29:51 -0700
committerowenca <owenpiano@gmail.com>2022-06-15 01:34:37 -0700
commit462b49f18c6c065e1a0f46ee22cf01b205a24981 (patch)
treee35182671239e96c215058c34efce357123e3eff /libcxx/.clang-format
parent0886ea902b1417acc8fa31b7c9fbaa6a1ab40e8f (diff)
downloadllvm-462b49f18c6c065e1a0f46ee22cf01b205a24981.tar.gz
[libcxx] Remove extraneous '---' lines in .clang-format files
Diffstat (limited to 'libcxx/.clang-format')
-rw-r--r--libcxx/.clang-format2
1 files changed, 0 insertions, 2 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
----