{
  "printWidth": 120,
  "singleQuote": true,
  "semi": true,
  "endOfLine": "lf",
  "bracketSpacing": true,
  "tabWidth": 2,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "overrides": [
    {
      "files": "*.json",
      "options": { "parser": "json" }
    }
  ]
}
