• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

alignment

Quickly align selections with a single shortcut
blakeembrey
11,216
37
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

Atom Alignment

Build status

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

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by