Format short lambdas inline
This commit is contained in:
parent
fd3a13a413
commit
f662875afb
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ AllowShortCaseLabelsOnASingleLine: false
|
|||
AllowShortEnumsOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: None
|
||||
AllowShortIfStatementsOnASingleLine: Never
|
||||
AllowShortLambdasOnASingleLine: None
|
||||
AllowShortLambdasOnASingleLine: Inline
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
AlwaysBreakAfterReturnType: None
|
||||
AlwaysBreakBeforeMultilineStrings: false
|
||||
|
|
Loading…
Reference in a new issue