diff --git a/.clang-format b/.clang-format index ded39b96..3cc484ea 100644 --- a/.clang-format +++ b/.clang-format @@ -93,7 +93,7 @@ SpacesInConditionalStatement: false SpacesInContainerLiterals: false SpacesInParentheses: false SpacesInSquareBrackets: false -Standard: c++20 +Standard: c++17 TabWidth: 4 UseCRLF: false UseTab: AlignWithSpaces