mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
619cc552f0
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6390 Co-authored-by: Rob Dominguez <24390149+robertjdominguez@users.noreply.github.com> Co-authored-by: surendran82 <26085612+surendran82@users.noreply.github.com> GitOrigin-RevId: ca59e788e7d16bf74389c00a51db18604350b483
27 lines
543 B
JSON
27 lines
543 B
JSON
{
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"embeddedLanguageFormatting": "auto",
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"insertPragma": false,
|
|
"jsxSingleQuote": false,
|
|
"proseWrap": "preserve",
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|