Closed rechsteiner closed 4 months ago
Updated with a scenario I had missed. Looks like it should only indent if the expressions are inside lists with multiple elements, or function with multiple arguments, otherwise it should indent like normal.
Looks good, thanks for your contribution! :sparkles:
Updated the indentation rules to indent pipelines by one level if the initial argument is inside a list or function arguments, which seems to match the behavior of gleam format.
Before:
After: