diff --git a/src/.clang-format b/src/.clang-format index 226a15d18..6314e210f 100644 --- a/src/.clang-format +++ b/src/.clang-format @@ -46,6 +46,6 @@ SpacesInAngles: false SpacesInContainerLiterals: true SpacesInCStyleCastParentheses: false SpacesInParentheses: false -Standard: Cpp03 +Standard: Cpp11 TabWidth: 8 UseTab: Never