Intellij code style setting for wrapping on multi line function arguments

Uncheck "Method declaration parameters | Align when multiline" and enable "Use normal indent for parameters".


In 2017, Check all the Settings/Editor/CodeStyle/Java/Wrapping and Braces options, where the line name is Allign when multiline. For me, it was checked at Chained Method calls, and that made these long indents. Just uncheck them.


There is two option that you have to change

  1. Uncheck Method declaration parameters | Align when multiline

enter image description here

  1. Check other | Alternate indentation for constructor args and parameter declarations with 4 spaces

enter image description here