If I am aligning lines that all contain assignments, where some lines are declaring the variable that is being set and others are not, I don't want the left side of the equals to be set up in columns. I'd want it to be left justified with a space between the type and the identifier, and then for the equals signs to be aligned.
You could let the regular autoformatter take care of normalizing the space between words, and then only add space immediately to the left of the equals sign.
If I am aligning lines that all contain assignments, where some lines are declaring the variable that is being set and others are not, I don't want the left side of the equals to be set up in columns. I'd want it to be left justified with a space between the type and the identifier, and then for the equals signs to be aligned.
You could let the regular autoformatter take care of normalizing the space between words, and then only add space immediately to the left of the equals sign.