-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdprint.json
More file actions
25 lines (25 loc) · 622 Bytes
/
dprint.json
File metadata and controls
25 lines (25 loc) · 622 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
{
"markdown": {},
"biome": {
"lineWidth": 100,
"semicolons": "asNeeded",
"trailingCommas": "none"
},
"malva": {},
"markup": {
"quotes": "double",
"closingBracketSameLine": true,
"vBindStyle": "short",
"vOnStyle": "short",
"vForDelimiterStyle": "of",
"vSlotStyle": "short",
"vBindSameNameShortHand": true
},
"excludes": ["**/node_modules", "**/.nuxt"],
"plugins": [
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
"https://plugins.dprint.dev/biome-0.6.0.wasm",
"https://plugins.dprint.dev/g-plane/malva-v0.10.1.wasm",
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.13.1.wasm"
]
}