NOISSUE raise formatting column limit to 160
This commit is contained in:
parent
69989ab54e
commit
9ad99ac481
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue