enum FormatStyle::LambdaBodyIndentationKind
Description
Indentation logic for lambda bodies.
Declared at: clang/include/clang/Format/Format.h:2609
Enumerators
Name | Value | Comment |
---|---|---|
LBI_Signature | 0 | Align lambda body relative to the lambda signature. This is the default. |
LBI_OuterScope | 1 | Align lambda body relative to the indentation level of the outer scope the lambda signature resides in. |