From 1499b3f227561be0602460616fecae143a6f5276 Mon Sep 17 00:00:00 2001 From: Tymianek Date: Sun, 18 May 2025 20:47:16 +0200 Subject: [PATCH] Changes C++23 => C++23 in .clang-format --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 1e35c08..89a7883 100644 --- a/.clang-format +++ b/.clang-format @@ -5,7 +5,7 @@ AlwaysBreakTemplateDeclarations: Yes BreakBeforeBraces: Attach ColumnLimit: 160 SpaceAfterTemplateKeyword: true -Standard: c++23 +Standard: c++20 TabWidth: 4 IndentWidth: 4 UseTab: Always