diff --git a/.clang-format b/.clang-format index e0d0ae3..d5e0dc0 100644 --- a/.clang-format +++ b/.clang-format @@ -111,7 +111,7 @@ PenaltyBreakFirstLessLess: 120 PenaltyBreakString: 1000 PenaltyExcessCharacter: 1000000 -PenaltyReturnTypeOnItsOwnLine: 60 +PenaltyReturnTypeOnItsOwnLine: 1000000 PointerAlignment: Left SpaceAfterCStyleCast: false SpaceBeforeAssignmentOperators: true @@ -135,4 +135,6 @@ ReflowComments: true IncludeBlocks: Regroup IndentPPDirectives: AfterHash + +#AllowShortLambdasOnASingleLine: All ---