Skip to content

Update EasyAlign config for : #59

Open
@krampstudio

Description

@krampstudio

When aligning the following sample :

{
    foo : 'bar',
    longFooToAlign: true,
    mediumFoo : 12
}

using : :EasyAlign :, I have

{
    foo:            'bar',
    longFooToAlign: true,
    mediumFoo:      12
}

but I'd like it to produce the following alignment

{
    foo             : 'bar',
    longFooToAlign  : true,
    mediumFoo       : 12
}

EasyAlign already align that way for =.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions