Scala code alignment while method chaining

Answered

My IDE aligns the method calls to the first column, like such:

 

Is there any way I can align the method calls to the period (`.`), as shown below?

I am able to do this in Java settings, but can't find any option to do this in Scala

1

Please sign in to leave a comment.