diff --git a/.clang-format b/.clang-format index a11c3251..8c68525c 100644 --- a/.clang-format +++ b/.clang-format @@ -515,7 +515,7 @@ SpacesInContainerLiterals: false SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false -Standard: Cpp03 +Standard: Cpp11 TabWidth: 8 UseTab: Always ...