What setting in Rider is responsible for what lambdas find on such a large indent?
For example i want this:
instead this:
What setting in Rider is responsible for what lambdas find on such a large indent?
For example i want this:
instead this:
It is in Settings -> Editor -> Code Style -> C# -> Tabs, Indent, Alignment -> Align Multiple Constructs.
Specifically for lambdas: Array, object and collection initialization, Anonymous method body must be turned off