clang-format: proper c++ standard

Change-Id: I9828093a08ed8b4c2a11f482f674368ac137d4dc
This commit is contained in:
Eric Wild 2022-12-08 19:20:05 +01:00 committed by Hoernchen
parent d3e3bba2cd
commit b6fd0709f4
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ SpacesInContainerLiterals: false
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Cpp03
Standard: Cpp11
TabWidth: 8
UseTab: Always
...