NOISSUE raise formatting column limit to 160
This commit is contained in:
parent
69989ab54e
commit
9ad99ac481
@ -10,7 +10,7 @@ NamespaceIndentation: None
|
|||||||
BreakBeforeBraces: Allman
|
BreakBeforeBraces: Allman
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
AllowShortIfStatementsOnASingleLine: false
|
||||||
AllowShortFunctionsOnASingleLine: None
|
AllowShortFunctionsOnASingleLine: None
|
||||||
ColumnLimit: 96
|
ColumnLimit: 160
|
||||||
MaxEmptyLinesToKeep: 1
|
MaxEmptyLinesToKeep: 1
|
||||||
|
|
||||||
Standard: Cpp11
|
Standard: Cpp11
|
||||||
|
Loading…
Reference in New Issue
Block a user