mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +00:00
Switch line length from 80 to 100 columns
This commit is contained in:
parent
bbe9f8b83c
commit
6b077332d3
@ -20,6 +20,7 @@ BraceWrapping:
|
||||
AfterUnion: true
|
||||
BreakBeforeBraces: Custom
|
||||
BreakConstructorInitializers: AfterColon
|
||||
ColumnLimit: 100
|
||||
DeriveLineEnding: false
|
||||
PackConstructorInitializers: Never
|
||||
IncludeCategories:
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user