Update .clang-format to c++20 (#5121)

This does not result in any reformatting
This commit is contained in:
sciencewhiz
2023-02-20 10:54:55 -08:00
committed by GitHub
parent dbbfe1aed2
commit 9efed9a533

View File

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