mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 09:47:09 +02:00
Change LambdaBodyIndentation to OuterScope
This commit is contained in:
parent
0f36a5c271
commit
c6518a4709
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ AllowShortIfStatementsOnASingleLine: 'false'
|
||||||
AllowShortLoopsOnASingleLine: 'false'
|
AllowShortLoopsOnASingleLine: 'false'
|
||||||
AlwaysBreakTemplateDeclarations: 'true'
|
AlwaysBreakTemplateDeclarations: 'true'
|
||||||
BreakBeforeBraces: Allman
|
BreakBeforeBraces: Allman
|
||||||
|
LambdaBodyIndentation: OuterScope
|
||||||
ColumnLimit: '160'
|
ColumnLimit: '160'
|
||||||
IndentCaseLabels: 'true'
|
IndentCaseLabels: 'true'
|
||||||
IndentWidth: '4'
|
IndentWidth: '4'
|
||||||
|
|
Loading…
Add table
Reference in a new issue