NOISSUE raise formatting column limit to 160

This commit is contained in:
Petr Mrázek 2015-10-20 17:02:12 +02:00
parent 69989ab54e
commit 9ad99ac481

View File

@ -10,7 +10,7 @@ NamespaceIndentation: None
BreakBeforeBraces: Allman
AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
ColumnLimit: 96
ColumnLimit: 160
MaxEmptyLinesToKeep: 1
Standard: Cpp11