clang-format uses C++11 style. No functional change.

This commit is contained in:
Wilson Snyder 2020-08-15 09:48:08 -04:00
parent 953a442827
commit 9927e8b3ee
16 changed files with 19 additions and 19 deletions

View File

@ -104,7 +104,7 @@ SpacesInContainerLiterals: true
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Cpp03
Standard: Cpp11
TabWidth: 8
UseTab: Never
...