aboutsummaryrefslogtreecommitdiffstats
path: root/_clang-format
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2020-12-16 11:03:32 +0100
committerKai Koehne <kai.koehne@qt.io>2022-06-08 10:25:30 +0000
commitfe9efd359498dc342257908f6c9c2183e95fc05d (patch)
tree24f7b81dd6abc8769e42a655f5ad5e1d029873ee /_clang-format
parent7ff98181a8a9a0210de2ee229fd301fa017bfc09 (diff)
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 <lars.knoll@qt.io>
Diffstat (limited to '_clang-format')
-rw-r--r--_clang-format2
1 files changed, 1 insertions, 1 deletions
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