KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
atom-alignment
★ 10
Open GitHub ↗
Align selections for Atom `⌘⌥^ ]`
Download README (.md)
Explore Similar Repositories
butterfly-docker
:
Dockerfile for butterfly
JPEG_Deblocking
:
Deblocking filter | DCT | PSNR
node-tethercell
:
Node.js lib for the Tethercell
gulp-ts
:
TypeScript compiler plugin for Gulp
django-sae
:
用于新浪云平台SAE
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
atom-alignment
?
Download (.md)
# Atom Alignment [![Build status][travis-image]][travis-url] [](https://greenkeeper.io/) Quick alignment of multi-line selections and multiple selections for [Atom](https://atom.io/packages/alignment). ## 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: ```js var test = 'string'; var another = 10; var small = 10 * 10; ``` Into: ```js var test = 'string'; var another = 10; var small = 10 * 10; ``` ## License MIT [travis-image]: https://img.shields.io/travis/blakeembrey/atom-alignment.svg?style=flat [travis-url]: https://travis-ci.org/blakeembrey/atom-alignment