{
  "incremental": true,
  "typescript": {
    "indentWidth": 4
  },
  "json": {},
  "markdown": {
    "lineWidth": 100
  },
  "toml": {},
  "includes": [
    "docs/**/*.{ts,js,cjs,mjs}",
    "**/*.{md,toml,json}"
  ],
  "excludes": [
    "CHANGELOG.md",
    "docs/.vitepress/dist/**",
    "**/node_modules",
    "**/*-lock.json",
    ".github/*",
    "docs/??-??/**",
    "docs/??-???/**",
    "docs/???-??/**",
    "docs/???-???/**",
    "target/"
  ],
  "plugins": [
    "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.93.3/plugin.wasm",
    "https://github.com/dprint/dprint-plugin-json/releases/download/0.19.4/plugin.wasm",
    "https://github.com/dprint/dprint-plugin-markdown/releases/download/0.17.8/plugin.wasm",
    "https://github.com/dprint/dprint-plugin-toml/releases/download/0.6.3/plugin.wasm"
  ]
}