enum FormatStyle::LambdaBodyIndentationKind

Description

Indentation logic for lambda bodies.

Declared at: clang/include/clang/Format/Format.h:2609

Enumerators

NameValueComment
LBI_Signature0Align lambda body relative to the lambda signature. This is the default.
LBI_OuterScope1Align lambda body relative to the indentation level of the outer scope the lambda signature resides in.