• Packages
  • Themes
  • Documentation
  • Blog
  • Discussions
Sign in

alinement

Atom package that aligns variable assignments in a column on the equals character
  • #alignment
  • #text
tylerFowler
1.5.0 799
5
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

Alinement

For those of you who like even assignment columns.

Turns this:

const R = require('ramda');
const fs = require('fs');
const path = require('path');
const express = require('express');

Into this:

const R       = require('ramda');
const fs      = require('fs');
const path    = require('path');
const express = require('express');

Usage

Key binding: ctrl-alt-l

Select text that is to be aligned and use the context menu option of 'Align Selection' or use the key binding.

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