Replace Cpp11 (A Deprecated alias for Latest) in .clang-format

This commit is contained in:
Zopolis4 2022-06-22 08:57:32 +10:00
parent 57750f3d8f
commit 0dfd9d4b43
No known key found for this signature in database
GPG Key ID: C1117D56FBC82774
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
--- ---