Merge pull request #10773 from Zopolis4/clankerformat

Replace Cpp11 with Latest in .clang-format
This commit is contained in:
Pierre Bourdon 2022-06-22 12:28:57 +02:00 committed by GitHub
commit 5151552a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ SpacesInContainerLiterals: true
SpacesInCStyleCastParentheses: false SpacesInCStyleCastParentheses: false
SpacesInParentheses: false SpacesInParentheses: false
SpacesInSquareBrackets: false SpacesInSquareBrackets: false
Standard: Cpp11 Standard: Latest
TabWidth: 2 TabWidth: 2
UseTab: Never UseTab: Never
--- ---