Update clang-format

This commit is contained in:
Dawid Drozd 2019-11-25 11:00:57 +01:00
parent f986c6c675
commit 6baa41917e

View File

@ -111,7 +111,7 @@ PenaltyBreakFirstLessLess: 120
PenaltyBreakString: 1000 PenaltyBreakString: 1000
PenaltyExcessCharacter: 1000000 PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60 PenaltyReturnTypeOnItsOwnLine: 1000000
PointerAlignment: Left PointerAlignment: Left
SpaceAfterCStyleCast: false SpaceAfterCStyleCast: false
SpaceBeforeAssignmentOperators: true SpaceBeforeAssignmentOperators: true
@ -135,4 +135,6 @@ ReflowComments: true
IncludeBlocks: Regroup IncludeBlocks: Regroup
IndentPPDirectives: AfterHash IndentPPDirectives: AfterHash
#AllowShortLambdasOnASingleLine: All
--- ---