Changed the language standard for clang-format from C++14 to C++17

This commit is contained in:
Leon Styhre 2021-09-28 21:44:24 +02:00
parent 87d6207c51
commit 32d4353d69

View file

@ -134,7 +134,7 @@ SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
SpaceBeforeSquareBrackets: false
Standard: c++14
Standard: c++17
StatementMacros:
- Q_UNUSED
- QT_REQUIRE_VERSION