Editorconfig property name to control method argument indent

36 views Asked by At

I try to find the name of the argument in editorconfig or setting in Intellij Idea (java) which is responsible for the next indent. Continuation indent works fine if I use code inside function, but for method arguments on the next line they are always starting from the opened brace (. I would like it to have the same value as continuation indent.

See picture: enter image description here

0

There are 0 answers