The source code formatter is configured in Eclipse . Not configured the way I like, namely, if I have call chains that look like this:
After processing by the formatter, the whole chain is aligned in one line, which negatively affects the readability of the code:
I have not yet found how to properly configure the formatter, the only thing that came up with is to add single-line comment signs after each line:
The question is how to set up the formatter so that after it is processed, the source text looks like on the first image?




