From 32d4353d690e1afaf4f6e3c7da08e6bd261f2594 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Tue, 28 Sep 2021 21:44:24 +0200 Subject: [PATCH] Changed the language standard for clang-format from C++14 to C++17 --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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