Skip to content

Dose not indent with multiline template string #314

@nukr

Description

@nukr

I am writing GraphQL in javascript but got some trouble

I expect

`
  {
    products {
      name,
      price,
      description
    }
  }
`

but I got

`
{
products {
name,
price,
description
}
}
`

How to solve it ?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions