{
  "tabWidth": 2,
  "printWidth": 300,
  "trailingComma": "es5",
  "bracketSpacing": false,
  "arrowParens": "avoid",
  "overrides": [
    {
      "files": ["*.ts", "*.tsx", "*.js"],
      "options": {
        "tabWidth": 4
      }
    }
  ]
}
