{
    "printWidth": 80,
    "tabWidth": 2,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "all",
    "bracketSpacing": true,
    "bracketSameLine": true,
    "arrowParens": "always",
    "overrides": [
      {
        "files": "*.md",
        "options": {
          "singleQuote": false
        }
      }
    ]
  }