Format short lambdas inline

This commit is contained in:
Anthony Rose 2024-09-12 20:58:03 +01:00
parent fd3a13a413
commit f662875afb

View file

@ -28,7 +28,7 @@ AllowShortCaseLabelsOnASingleLine: false
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: None
AllowShortLambdasOnASingleLine: Inline
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: false