From e706fd65671424fca793a5170243e1337d4246ef Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Mon, 18 Feb 2019 11:38:01 +0100 Subject: [PATCH] Fixed clang-format config file. --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index ea2106fcb44..a6e33f8e838 100644 --- a/.clang-format +++ b/.clang-format @@ -11,6 +11,6 @@ DerivePointerAlignment: false ExperimentalAutoDetectBinPacking: true IndentWidth: 4 PointerAlignment: Left -Standard: C++11 +Standard: Cpp11 TabWidth: 4 UseTab: Never -- GitLab