aboutsummaryrefslogtreecommitdiffstats
path: root/dprint.json
blob: 0e2c33b2e7a56ab17151ed993928fd790e50a534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "lineWidth": 79,
  "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"
  ]
}