diff --git a/coding-style.clang-format b/coding-style.clang-format index 8fdddd3..c61d714 100644 --- a/coding-style.clang-format +++ b/coding-style.clang-format @@ -88,7 +88,7 @@ SpacesInContainerLiterals: true SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false -Standard: Cpp03 +Standard: Cpp11 TabWidth: 8 UseTab: Never ...