From cc1203311a530fc9e72d16b16f1c8649deb20a7d Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Sun, 10 Mar 2019 19:47:00 +0100 Subject: Update comment in clang-format file Change-Id: I18f14a1956f508317f8a3995873a14bc1af29594 Reviewed-by: Andy Maloney Reviewed-by: Lars Knoll --- _clang-format | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_clang-format b/_clang-format index 4cdda2fb..c64ae331 100644 --- a/_clang-format +++ b/_clang-format @@ -13,7 +13,8 @@ BasedOnStyle: WebKit Standard: Cpp11 -# Leave the line breaks up to the user. +# Column width is limited to 100 in accordance with Qt Coding Style. +# https://wiki.qt.io/Qt_Coding_Style # Note that this may be changed at some point in the future. ColumnLimit: 100 # How much weight do extra characters after the line length limit have. -- cgit v1.2.3