Skip to content

blakeembrey/atom-alignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Align selections for Atom `⌘⌥^ ]`

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published