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