From b6fd0709f4c9f921e2a8e00eaae089ccad32181f Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 8 Dec 2022 19:20:05 +0100 Subject: [PATCH] clang-format: proper c++ standard Change-Id: I9828093a08ed8b4c2a11f482f674368ac137d4dc --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ...