summaryrefslogtreecommitdiff
path: root/.dprintrc.json
blob: c408bb8d4c7ba8c2991fc56a90c15ba7d54e5b44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "$schema": "https://dprint.dev/schemas/v0.json",
  "projectType": "openSource",
  "lineWidth": 80,
  "indentWidth": 2,
  "typescript": {
    "deno": true
  },
  "markdown": {
    "textWrap": "always"
  },
  "includes": ["**/*.{ts,tsx,js,jsx,json,md}"],
  "excludes": [
    ".cargo_home",
    "cli/typescript",
    "gh-pages",
    "std/**/testdata",
    "std/**/vendor",
    "std/node_modules",
    "std/hash/_wasm",
    "target",
    "third_party"
  ],
  "plugins": [
    "https://plugins.dprint.dev/typescript-0.19.9.wasm",
    "https://plugins.dprint.dev/json-0.4.1.wasm",
    "https://plugins.dprint.dev/markdown-0.2.4.wasm"
  ]
}