Quick alignment of multi-line selections and multiple selections for Atom.
apm install alignment
Make a selection of the lines to you want to align and press cmd-ctrl-alt-]
/cmd-ctrl-a
(or ctrl-alt-]
/ctrl-alt-a
on Windows and Linux). It will transform something like:
var test = 'string';var another = 10;var small = 10 * 10;
Into:
var test = 'string';var another = 10;var small = 10 * 10;
MIT
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.