Force C++17 in .clang-format (#3597)

This commit is contained in:
Tyler Veness
2021-09-22 10:04:03 -07:00
committed by GitHub
parent d6f185d8e5
commit 202ca5e782
2 changed files with 3 additions and 3 deletions

View File

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