There's a new setting that seems to have caused a change in the formatter's default behaviour when running on Java 11 or later. We'd like to restore the old behaviour if we can.
The new setting was introduced in this commit and can be controlled with org.eclipse.jdt.core.formatter.align_selector_in_method_invocation_on_expression_first_line.
There's a new setting that seems to have caused a change in the formatter's default behaviour when running on Java 11 or later. We'd like to restore the old behaviour if we can.