-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathdprint.json
More file actions
32 lines (30 loc) · 810 Bytes
/
dprint.json
File metadata and controls
32 lines (30 loc) · 810 Bytes
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
{
"json": {
},
"markdown": {
},
"toml": {
},
"excludes": [
"**/node_modules",
"**/target",
"**/dist",
"**/*-lock.json",
"**/*.lock"
],
"exec": {
"commands": [{
"command": "leptosfmt --stdin --rustfmt -q -e",
"exts": ["rs"]
}]
},
"plugins": [
"https://plugins.dprint.dev/json-0.19.2.wasm",
"https://plugins.dprint.dev/markdown-0.16.4.wasm",
"https://plugins.dprint.dev/toml-0.6.1.wasm",
"https://plugins.dprint.dev/exec-0.4.4.json@c207bf9b9a4ee1f0ecb75c594f774924baf62e8e53a2ce9d873816a408cecbf7",
"https://plugins.dprint.dev/biome-0.5.0.wasm",
"https://plugins.dprint.dev/prettier-0.40.0.json@68c668863ec834d4be0f6f5ccaab415df75336a992aceb7eeeb14fdf096a9e9c",
"https://plugins.dprint.dev/typescript-0.90.3.wasm"
]
}