summaryrefslogtreecommitdiffstats
path: root/.dprint.json
blob: 59debb2107428dccdbc5ce2eed0cc24d3261429f (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
  "incremental": true,
  "typescript": {
    "indentWidth": 4
  },
  "json": {},
  "markdown": {
    "lineWidth": 100
  },
  "toml": {},
  "includes": [
    "docs/**/*.{ts,js,cjs,mjs}",
    "**/*.{md,toml,json}"
  ],
  "excludes": [
    "CHANGELOG.md",
    "docs/.vuepress/dist/**",
    "**/node_modules",
    "**/*-lock.json",
    ".github/*",
    "docs/ar-SA/**",
    "docs/ckb-IR/**",
    "docs/de-DE/**",
    "docs/es-ES/**",
    "docs/fr-FR/**",
    "docs/id-ID/**",
    "docs/it-IT/**",
    "docs/ja-JP/**",
    "docs/ko-KR/**",
    "docs/nl-NL/**",
    "docs/no-NO/**",
    "docs/pl-PL/**",
    "docs/pt-BR/**",
    "docs/pt-PT/**",
    "docs/ru-RU/**",
    "docs/tr-TR/**",
    "docs/uk-UA/**",
    "docs/vi-VN/**",
    "docs/zh-CN/**",
    "docs/zh-TW/**",
    "target/"
  ],
  "plugins": [
    "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.84.4/plugin.wasm",
    "https://github.com/dprint/dprint-plugin-json/releases/download/0.17.2/plugin.wasm",
    "https://github.com/dprint/dprint-plugin-markdown/releases/download/0.15.2/plugin.wasm",
    "https://github.com/dprint/dprint-plugin-toml/releases/download/0.5.4/plugin.wasm"
  ]
}