where the number of spaces depends, I think, on the "continuation indent" param. I'd like it to be aligned with the point of the first method call.
Description
Code reformatting of a method like this
foo.bar().baz().goo();
results in
foo.bar()
.baz()
.goo()
where the number of spaces depends, I think, on the "continuation indent" param. I'd like it to be aligned with the point of the first method call.