adrianlee44 / atom-aligner

Easily align multi-line with support for different operators and custom configurations
https://atom.io/packages/aligner
MIT License
78 stars 3 forks source link

Alignment inserts space at beginning of line #8

Closed chrismwendt closed 10 years ago

chrismwendt commented 10 years ago

Running Vertical Align: Align on this line (surrounded by blank lines)

console.log("hi", 4);

inserts a space at the beginning of the line

 console.log("hi", 4);

I'm using Vertical Align 0.6.0.

adrianlee44 commented 10 years ago

Thanks for reporting, @chrismwendt. Looking into this.