aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.