Increase column limit to 120.
This commit is contained in:
parent
f377f5287b
commit
e592652665
@ -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…
x
Reference in New Issue
Block a user