Change LambdaBodyIndentation to OuterScope

This commit is contained in:
badaix 2022-12-29 19:06:54 +01:00
parent 0f36a5c271
commit c6518a4709

View file

@ -7,6 +7,7 @@ AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false'
AlwaysBreakTemplateDeclarations: 'true'
BreakBeforeBraces: Allman
LambdaBodyIndentation: OuterScope
ColumnLimit: '160'
IndentCaseLabels: 'true'
IndentWidth: '4'