From 446c4a274520b90629bfb631077e4d381da776ff Mon Sep 17 00:00:00 2001 From: Francesco Biscani Date: Sat, 16 Jan 2021 15:24:29 +0100 Subject: [PATCH] clang-format update. --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 3132f91d1..c12f3d4e2 100644 --- a/.clang-format +++ b/.clang-format @@ -56,6 +56,6 @@ SpacesInContainerLiterals: false SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false -Standard: Cpp11 +Standard: c++20 TabWidth: 4 UseTab: Never