Increase column limit to 120.
This commit is contained in:
parent
f377f5287b
commit
e592652665
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ BreakBeforeBraces: Custom
|
|||
BraceWrapping: { AfterFunction: true, AfterControlStatement: true }
|
||||
IndentCaseLabels: false
|
||||
ReflowComments: false
|
||||
ColumnLimit: 100
|
||||
ColumnLimit: 120
|
||||
AccessModifierOffset: -4
|
||||
AlignTrailingComments: true
|
||||
AllowShortBlocksOnASingleLine: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue