Skip to content

Indenting for aliases looks wrong #133

@joshstrange

Description

@joshstrange

When I use an alias in my graphql query it auto-formats to this:

let myQuery = gql`
    {
        myAlias: MyObject {
        id
        name
    }
    }
`;

when I expect it to look like this:

let myQuery = gql`
    {
        myAlias: MyObject {
            id
            name
        }
    }
`;

Am I missing a setting or something that would allow for my expected formatting?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions