mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 19:08:59 +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
|
AfterUnion: true
|
||||||
BreakBeforeBraces: Custom
|
BreakBeforeBraces: Custom
|
||||||
BreakConstructorInitializers: AfterColon
|
BreakConstructorInitializers: AfterColon
|
||||||
|
ColumnLimit: 100
|
||||||
DeriveLineEnding: false
|
DeriveLineEnding: false
|
||||||
PackConstructorInitializers: Never
|
PackConstructorInitializers: Never
|
||||||
IncludeCategories:
|
IncludeCategories:
|
||||||
|
@ -44,7 +44,7 @@ partial summary of the formatting rules:
|
|||||||
|
|
||||||
- Use spaces, not tabs.
|
- 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
|
- Braces are on their own lines after classes and functions (and
|
||||||
similar top-level constructs) and are compact otherwise.
|
similar top-level constructs) and are compact otherwise.
|
||||||
|
Loading…
Reference in New Issue
Block a user