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
With AlignParameters and AlignArguments on, when arguments or parameters are named on function call, even when they are all in the same line, if the first argument's name is shorter than the second, spaces are added between the name and the assignment, seemingly trying to "align" it with the second. As in
With
AlignParameters
andAlignArguments
on, when arguments or parameters are named on function call, even when they are all in the same line, if the first argument's name is shorter than the second, spaces are added between the name and the assignment, seemingly trying to "align" it with the second. As inI can't think of any situation where this behaviour can be desired.
The text was updated successfully, but these errors were encountered: