Skip to content
This repository was archived by the owner on Aug 7, 2026. It is now read-only.

Commit 220229f

Browse files
committed
chore: add dprint config
Made-with: Cursor
1 parent e4fc552 commit 220229f

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

dprint.jsonc

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"incremental": true,
3+
"indentWidth": 2,
4+
"lineWidth": 120,
5+
"typescript": {
6+
"quoteStyle": "preferSingle",
7+
"semiColons": "asi",
8+
"trailingCommas": "es5"
9+
},
10+
"json": {
11+
"trailingCommas": "jsonc"
12+
},
13+
"markdown": {
14+
},
15+
"toml": {
16+
},
17+
"malva": {
18+
},
19+
"dockerfile": {
20+
},
21+
"excludes": [
22+
"**/node_modules",
23+
"**/*-lock.json",
24+
"**/target",
25+
"**/dist",
26+
"**/.git"
27+
],
28+
"plugins": [
29+
"https://plugins.dprint.dev/typescript-0.95.15.wasm",
30+
"https://plugins.dprint.dev/json-0.21.1.wasm",
31+
"https://plugins.dprint.dev/markdown-0.20.0.wasm",
32+
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.6.0.wasm",
33+
"https://plugins.dprint.dev/toml-0.7.0.wasm",
34+
"https://plugins.dprint.dev/dockerfile-0.3.3.wasm",
35+
"https://plugins.dprint.dev/g-plane/malva-v0.15.2.wasm"
36+
]
37+
}

0 commit comments

Comments
 (0)