intellij code formatting does not indent correctly after a method parameter return
We have some trouble with how the code formatting works when returning after a method parameters call that is not correctly aligned with the above ). In AndroidStudio 3.2.1 currently but it was doing that for as far I can remember.
What the AutoFormat does that we don't like.
fun behaviourExample() {
this.methodCall(
lambda1 = { /*something*/ },
lambda2 = { /*somethingElse*/ }
)
.map { "Line incorrectly indented" }
.map { "I'd like the lines to be...