mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user