add BeforeLambdaBody to .clang-format

This commit is contained in:
vdimir 2022-02-11 16:51:45 +01:00
parent 662444fe13
commit bc905d969b
No known key found for this signature in database
GPG Key ID: 6EE4CE2BEDC51862

View File

@ -12,6 +12,7 @@ BraceWrapping:
AfterUnion: true
BeforeCatch: true
BeforeElse: true
BeforeLambdaBody: true
IndentBraces: false
BreakConstructorInitializersBeforeComma: false
Cpp11BracedListStyle: true