-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dprint.jsonc
More file actions
30 lines (30 loc) · 848 Bytes
/
.dprint.jsonc
File metadata and controls
30 lines (30 loc) · 848 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
{
"exec": {
"commands": [
{
"command": "rustfmt",
"exts": ["rs"],
},
],
},
"excludes": [
"apps/freedit/static",
"apps/client/src/lib/bindings.ts",
"apps/client/src/routeTree.gen.ts",
"db/prisma/src/generated.rs",
"mise.toml",
],
"typescript": {
"quoteProps": "asNeeded",
"semiColons": "asi",
},
"plugins": [
"https://plugins.dprint.dev/typescript-0.93.3.wasm",
"https://plugins.dprint.dev/json-0.19.4.wasm",
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
"https://plugins.dprint.dev/toml-0.6.3.wasm",
"https://plugins.dprint.dev/g-plane/malva-v0.11.1.wasm",
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm",
"https://plugins.dprint.dev/exec-0.5.1.json@492414e39dea4dccc07b4af796d2f4efdb89e84bae2bd4e1e924c0cc050855bf",
],
}