From 3da83e9cea86665985d7dd819122d7df32759ef1 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Thu, 22 Sep 2022 00:36:49 +0200 Subject: [PATCH] Meta: Bump C++ version to 20 in .clang-format --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index d3078a9..3afd345 100644 --- a/.clang-format +++ b/.clang-format @@ -33,7 +33,7 @@ SpaceAfterTemplateKeyword: false SpaceInEmptyBlock: false NamespaceIndentation: None FixNamespaceComments: true -Standard: c++17 +Standard: c++20 TabWidth: 4 UseTab: AlignWithSpaces ...