From 9efed9a53373a812d33e6a39f9d332260e806857 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Mon, 20 Feb 2023 10:54:55 -0800 Subject: [PATCH] Update .clang-format to c++20 (#5121) This does not result in any reformatting --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index fef62d1d1c..db93141eec 100644 --- a/.clang-format +++ b/.clang-format @@ -156,7 +156,7 @@ SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false SpaceBeforeSquareBrackets: false -Standard: c++17 +Standard: c++20 StatementMacros: - Q_UNUSED - QT_REQUIRE_VERSION