From fe9efd359498dc342257908f6c9c2183e95fc05d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Wed, 16 Dec 2020 11:03:32 +0100 Subject: [PATCH] Fix C++ version to C++17 Cpp11 is nowadays a deprecated alias to LS_Latest https://clang.llvm.org/docs/ClangFormatStyleOptions.html So we might as well hard-code it to C++ 17. Change-Id: If832c6075f9e30c340a2ac8bb3b7fe13afc0f56e Reviewed-by: Lars Knoll --- _clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_clang-format b/_clang-format index 547e943a..df3b54e4 100644 --- a/_clang-format +++ b/_clang-format @@ -11,7 +11,7 @@ # Webkit style was loosely based on the Qt style BasedOnStyle: WebKit -Standard: Cpp11 +Standard: c++17 # Column width is limited to 100 in accordance with Qt Coding Style. # https://wiki.qt.io/Qt_Coding_Style