{
  "trailingComma": "es5",
  "tabWidth": 8,
  "semi": true,
  "singleQuote": true,
  "arrowParens": "always",
  "printWidth": 100,
  "overrides": [
    {
      "files": ["*.yml", "*.yaml"],
      "options": {
        "tabWidth": 2
      }
    }
  ]
}
