diff --git a/libcxx/.clang-format b/libcxx/.clang-format index 6dd752a7c0ab0c..8d8eff5905afb0 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 dc6f2af8fb26b7..b4f56c0de9819e 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 ----