aboutsummaryrefslogtreecommitdiffstats
path: root/_clang-format
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2019-03-10 19:47:00 +0100
committerPaul Wicking <paul.wicking@qt.io>2019-03-11 10:33:26 +0000
commitcc1203311a530fc9e72d16b16f1c8649deb20a7d (patch)
treebf403c91b0c8ba0b9797cce0c945ff235a119bcb /_clang-format
parentf9c5acb2ffb1e25ef4e63bac17cf268c422108a1 (diff)
Update comment in clang-format file
Change-Id: I18f14a1956f508317f8a3995873a14bc1af29594 Reviewed-by: Andy Maloney <asmaloney@gmail.com> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to '_clang-format')
-rw-r--r--_clang-format3
1 files changed, 2 insertions, 1 deletions
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.