diff --git a/.clang-format b/.clang-format index b74c8bde..232d577d 100644 --- a/.clang-format +++ b/.clang-format @@ -73,6 +73,6 @@ SpacesInCStyleCastParentheses: false SpacesInContainerLiterals: false SpacesInParentheses: false SpacesInSquareBrackets: false -Standard: c++14 +Standard: c++17 TabWidth: '4' UseTab: Never