{
  "printWidth": 80,
  "tabWidth": 2,
  "bracketSpacing": false,
  "useTabs": false,
  "semi": true,
  "singleQuote": true,
  "trailingComma": "all",
  "endOfLine": "auto",
  "overrides": [
    {
      "files": "*.json",
      "options": {
        "printWidth": 200
      }
    },
    {
      "files": "*.jsonld",
      "options": {
        "parser": "json"
      }
    }
  ]
}