{
  "$schema": "https://json.schemastore.org/prettierrc",
  "printWidth": 100,
  "tabWidth": 2,
  "useTabs": false,
  "semi": true,
  "singleQuote": false,
  "trailingComma": "none",
  "bracketSpacing": true,
  "proseWrap": "preserve",
  "endOfLine": "crlf",
  "overrides": [
    {
      "files": ["*.asmdef", "*.asmref"],
      "options": {
        "parser": "json"
      }
    },
    {
      "files": [
        "*.yml",
        "*.yaml",
        "*.md",
        "*.sh",
        "package.json",
        "package-lock.json",
        "_includes/*.html"
      ],
      "options": {
        "endOfLine": "lf"
      }
    }
  ]
}
