All Projects → blakeembrey → Atom Alignment

blakeembrey / Atom Alignment

Licence: mit
Align selections for Atom `⌘⌥^ ]`

Programming Languages

coffeescript
4710 projects

Atom Alignment

Build status Greenkeeper badge

Quick alignment of multi-line selections and multiple selections for Atom.

Installation

apm install alignment

Usage

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;

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].