diff --git a/.clang-format b/.clang-format index d092c0781..3cdca3d53 100644 --- a/.clang-format +++ b/.clang-format @@ -85,6 +85,6 @@ SpacesInCStyleCastParentheses: false SpacesInContainerLiterals: false SpacesInParentheses: false SpacesInSquareBrackets: false -Standard: c++14 +Standard: c++20 TabWidth: '4' UseTab: Never