graphql-query-compress icon indicating copy to clipboard operation
graphql-query-compress copied to clipboard

Feature request: trim leading white space by default

Open frontendr opened this issue 6 years ago • 0 comments

When compressing the

const query = compress(`
  people {
    uuid,
    fullName,
    dateOfBirth,
    nextBirthday
  }
 `);

The result has some leading white space which could be trim()d.

frontendr avatar Feb 26 '19 20:02 frontendr