Are the indentation rules for multi-line round brackets weird, or am I doing something wrong in my configuration? Code formats like this:
Copy code
return (
foo
) as Something
which looks ugly compared to:
Copy code
return (
foo
) as Something
b
Brais Gabin
03/03/2022, 6:03 PM
That seems like an issue to me. But probably that's an issue on ktlint. Could you check if you can reproduce it with ktlint? If so I recommend to open an issue there.