mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
05042d33d5
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7776 GitOrigin-RevId: eea30d61c6ba04cb1c6b49d6cfaa4c561b21226b
27 lines
541 B
JSON
27 lines
541 B
JSON
{
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"embeddedLanguageFormatting": "auto",
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"insertPragma": false,
|
|
"jsxSingleQuote": false,
|
|
"proseWrap": "always",
|
|
"quoteProps": "as-needed",
|
|
"requirePragma": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"useTabs": false,
|
|
"vueIndentScriptAndStyle": false,
|
|
"printWidth": 120,
|
|
"overrides": [
|
|
{
|
|
"files": "*.graphql",
|
|
"options": {
|
|
"parser": "graphql"
|
|
}
|
|
}
|
|
]
|
|
}
|