From a155f62db6007ba6d7011fad673c5d45254a48dd Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Wed, 9 Apr 2025 15:01:51 +0200 Subject: [PATCH] Set C++20 in clang-format --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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