Aligner add-on to support Coffeescript.
=
: assignment
foo = "bar"test = "notest"hello = "world"
+=
, -=
and other with =
foo = "bar"test += "notest"hello -= "world"
:
: Object
random =troll: "internet"foo: "bar"bar: "beer"
,
: Items in arrays
["helloText", 123456, "world"]["foo" , 32124, "bar"]
Comments (if Align Comments
options on)
hello = 'world' # line 1foo = 'bar' # line 2
from
:
import foo from 'bar'
import * from 'https'
Aligner must be installed along with this package. For more information, please check out Aligner
from
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.