Skip to content

Update EasyAlign config for : #59

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 =.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions