virtual-better-alignAlign equal signs and colons on adjacent lines, but not by inserting spaces but by just visually shifting text around.
Why?Aligning assignments vertically makes it easier to recognize the structure of the code. But actually inserting space characters has disadvantates, because it can mean changes to unrelated lines in your The solution is to introduce the necessary spaces only virtually, in the editor, but not in the file on disk. Commands
ContributingFeel free to create issues and pull requests. |