aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-05-21 19:34:20 +0200
committerJay Berkenbilt <ejb@ql.org>2023-05-21 19:34:20 +0200
commit6b077332d38c093de2618d5e1481b42222106065 (patch)
tree1d850e77f65b837c59d80a720caf593328cc3509 /.clang-format
parentbbe9f8b83c1e7d42f7e1f5b2ea613dc845a1de7c (diff)
downloadqpdf-6b077332d38c093de2618d5e1481b42222106065.tar.zst
Switch line length from 80 to 100 columns
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 36487f9c..4f806d16 100644
--- a/.clang-format
+++ b/.clang-format
@@ -20,6 +20,7 @@ BraceWrapping:
AfterUnion: true
BreakBeforeBraces: Custom
BreakConstructorInitializers: AfterColon
+ColumnLimit: 100
DeriveLineEnding: false
PackConstructorInitializers: Never
IncludeCategories: