From b097171ef97c34b39cbad8b72cb662f61953b3b3 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Mon, 11 Jul 2016 13:22:20 +0100 Subject: [PATCH] .clang-format: change standard to C++11 --- src/.clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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