diff --git a/libcxx/.clang-format b/libcxx/.clang-format --- a/libcxx/.clang-format +++ b/libcxx/.clang-format @@ -65,10 +65,9 @@ InsertTrailingCommas: Wrapped KeepEmptyLinesAtTheStartOfBlocks: false MaxEmptyLinesToKeep: 1 -NamespaceIndentation: Inner PackConstructorInitializers: NextLine -PenaltyIndentedWhitespace: 61 +PenaltyIndentedWhitespace: 2 Language: Cpp Standard: c++20