Skip to content
Snippets Groups Projects
Commit 271a12a3 authored by Mark de Wever's avatar Mark de Wever Committed by Bram Veenboer
Browse files

Use the C++11 Standard in clang-format

parent 7b948718
No related branches found
No related tags found
1 merge request!146Use the C++11 Standard in clang-format
Pipeline #18155 passed
...@@ -147,7 +147,7 @@ SpacesInContainerLiterals: true ...@@ -147,7 +147,7 @@ SpacesInContainerLiterals: true
SpacesInCStyleCastParentheses: false SpacesInCStyleCastParentheses: false
SpacesInParentheses: false SpacesInParentheses: false
SpacesInSquareBrackets: false SpacesInSquareBrackets: false
Standard: Auto Standard: c++11
StatementMacros: StatementMacros:
- Q_UNUSED - Q_UNUSED
- QT_REQUIRE_VERSION - QT_REQUIRE_VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment