UNPKG

prettierx

Version:

prettierX - a less opinionated fork of the Prettier code formatter

13 lines (11 loc) 366 B
"use strict"; // format based on https://github.com/prettier/prettier/blob/main/src/main/core-options.js module.exports = { graphqlCurlySpacing: { category: "Other", type: "boolean", default: true, description: "Put spaces between curly braces for GraphQL.", oppositeDescription: "Do not put spaces between curly braces for GraphQL.", }, };