ClangFormat: Use C++17 instead of C++11

Change-Id: I7119128708f4f7911e6fe683be29f60cc00dc130
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
This commit is contained in:
Marco Bubke
2023-07-27 13:53:24 +02:00
parent 41024753ea
commit f6e162f8a2

View File

@@ -113,6 +113,6 @@ SpacesInContainerLiterals: false
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: c++11
Standard: c++17
TabWidth: 4
UseTab: Never