Work
This commit is contained in:
parent
ef54b50d5b
commit
272fb88bca
5 changed files with 62 additions and 32 deletions
|
|
@ -92,7 +92,7 @@ BreakBeforeTernaryOperators: true
|
|||
BreakConstructorInitializers: BeforeColon
|
||||
BreakInheritanceList: BeforeColon
|
||||
BreakStringLiterals: true
|
||||
ColumnLimit: 120
|
||||
ColumnLimit: 80
|
||||
CommentPragmas: '^ IWYU pragma:'
|
||||
CompactNamespaces: false
|
||||
ConstructorInitializerIndentWidth: 4
|
||||
|
|
@ -164,7 +164,7 @@ PackConstructorInitializers: BinPack
|
|||
PenaltyBreakAssignment: 2
|
||||
PenaltyBreakBeforeFirstCallParameter: 19
|
||||
PenaltyBreakComment: 300
|
||||
PenaltyBreakFirstLessLess: 120
|
||||
PenaltyBreakFirstLessLess: 80
|
||||
PenaltyBreakOpenParenthesis: 0
|
||||
PenaltyBreakScopeResolution: 500
|
||||
PenaltyBreakString: 1000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue