{
  "$schema": "https://json.schemastore.org/prettierrc.json",
  "arrowParens": "avoid",
  "endOfLine": "auto",
  "printWidth": 120,
  "quoteProps": "preserve",
  "tabWidth": 4,
  "trailingComma": "none",
  "overrides": [
    {
      "files": ["*.json", "*.jsonc", "*.json5", "*.yml"],
      "options": { "tabWidth": 2 }
    }
  ]
}
