aboutsummaryrefslogtreecommitdiffstats
path: root/manual
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 /manual
parentbbe9f8b83c1e7d42f7e1f5b2ea613dc845a1de7c (diff)
downloadqpdf-6b077332d38c093de2618d5e1481b42222106065.tar.zst
Switch line length from 80 to 100 columns
Diffstat (limited to 'manual')
-rw-r--r--manual/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/contributing.rst b/manual/contributing.rst
index a6a612ec..0fb376e6 100644
--- a/manual/contributing.rst
+++ b/manual/contributing.rst
@@ -44,7 +44,7 @@ partial summary of the formatting rules:
- Use spaces, not tabs.
-- Keep lines to 80 columns when possible.
+- Keep lines to 100 columns when possible.
- Braces are on their own lines after classes and functions (and
similar top-level constructs) and are compact otherwise.