diff --git a/libcxx/.clang-format b/libcxx/.clang-format index 4598f60a0090e..527b629c382b2 100644 --- a/libcxx/.clang-format +++ b/libcxx/.clang-format @@ -2,7 +2,8 @@ BasedOnStyle: LLVM --- Language: Cpp -Standard: Cpp03 +Standard: c++20 +SpacesInAngles: Leave AlwaysBreakTemplateDeclarations: true PointerAlignment: Left