{
  "tabWidth": 2,
  "useTabs": false,
  "endOfLine": "lf",
  "arrowParens": "always",
  "singleQuote": false,
  "trailingComma": "es5",
  "semi": true,
  "overrides": [
    {
      "files": [
        "**/devcontainer.json",
        "**/tsconfig.json",
        "**/tsconfig.*.json"
      ],
      "options": {
        "parser": "json"
      }
    }
  ]
}