1

What setting in Rider is responsible for what lambdas find on such a large indent?

For example i want this:

enter image description here

instead this:

enter image description here

SKProCH
  • 191
  • 1
  • 9

1 Answers1

0

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

SKProCH
  • 191
  • 1
  • 9