diff --git a/.clang-format b/.clang-format index 335adde5d..73dfe5479 100644 --- a/.clang-format +++ b/.clang-format @@ -134,7 +134,7 @@ SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false SpaceBeforeSquareBrackets: false -Standard: c++14 +Standard: c++17 StatementMacros: - Q_UNUSED - QT_REQUIRE_VERSION