You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable align_multiline_parameters in .editorconfig (#741)
Not only this setting is ignored by IDEA when the alignment has to change
as a result of parameter/type/method name change,
but also it leaves much less space for a parameter till the end of line.
Generally, having any alignment that is based not on the line start & nesting level,
but on a specific position in the text on the previous line is neither enforceable
nor a good idea, because it results in spending too much time trying to align the code.
0 commit comments