aboutsummaryrefslogtreecommitdiffstats
path: root/dprint.json
blob: 284a8eed34bf57cfd24efcd72e3dba103be26da4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "lineWidth": 79,
  "markdown": {
    "textWrap": "always"
  },
  "json": {
    "indentWidth": 2
  },
  "toml": {
  },
  "excludes": [
    "CHANGELOG.md",
    "deny.toml"
  ],
  "plugins": [
    "https://plugins.dprint.dev/json-0.21.0.wasm",
    "https://plugins.dprint.dev/markdown-0.20.0.wasm",
    "https://plugins.dprint.dev/toml-0.7.0.wasm"
  ]
}