#Auto Assignment Aligner
This is a little script that will take in a file, rip through it aligning the assignment characters into a column.
"=", ":", "-=", "*=", "+=", "=~", ".="
Example:
var bob = {
## ! | |
## ! Simply add in the items here to the | |
## ! atom keymap file -- not intended as complete | |
## ! file. | |
## ! | |
'body': | |
'alt-cmd-right': 'pane:split-right' | |
'alt-cmd-left': 'pane:split-left' | |
'alt-cmd-up': 'pane:split-up' |
#Auto Assignment Aligner
This is a little script that will take in a file, rip through it aligning the assignment characters into a column.
"=", ":", "-=", "*=", "+=", "=~", ".="
Example:
var bob = {