diff --git a/.clang-format b/.clang-format index 314f9f67..30151d82 100644 --- a/.clang-format +++ b/.clang-format @@ -83,7 +83,7 @@ SpacesInContainerLiterals: true SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false -Standard: Cpp03 +Standard: Cpp11 TabWidth: 8 UseTab: Never ...