From 51adeb32ceda7708737edcc118165552654c7bd2 Mon Sep 17 00:00:00 2001 From: Marcos Bento Date: Sun, 6 Oct 2024 11:57:49 +0100 Subject: [PATCH] Upgrade C++ standard on Clang-Format configuration --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 17d93e85e..69a2ddd04 100644 --- a/.clang-format +++ b/.clang-format @@ -1,5 +1,5 @@ -Standard: c++17 +Standard: c++20 # Indent with a certain number of spaces at a time (no tabs). IndentWidth: 4