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 }
|
BraceWrapping: { AfterFunction: true, AfterControlStatement: true }
|
||||||
IndentCaseLabels: false
|
IndentCaseLabels: false
|
||||||
ReflowComments: false
|
ReflowComments: false
|
||||||
ColumnLimit: 100
|
ColumnLimit: 120
|
||||||
AccessModifierOffset: -4
|
AccessModifierOffset: -4
|
||||||
AlignTrailingComments: true
|
AlignTrailingComments: true
|
||||||
AllowShortBlocksOnASingleLine: false
|
AllowShortBlocksOnASingleLine: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue