How to set IDEA better align parameters passed to some method?
intellij-idea
Solution
Bring up `Settings` panel :
Code Style > Java > Wrapping and Braces (tab)
Enable `Align when multiline` option in `Method declaration parameters` and `Method call arguments`
Problem
I cannot make IDEA perfectly align parameters passed to some method when I break them into new line by `Enter` key. Here is visually what I need. I have a method like this. When I break parameters into new row each, it looks like this. Even trying to align them with `Tab` key does not help. You see how ugly this is, not to say it's not easy to reach such code. And all I want is too look like this: (Note: this one I set via `Space` key). I must have been doing something wrong as I can bet this can be set in IDEA. But where?