Skip to content

Commit 44715c4

Browse files
committed
🔧 configure dprint
1 parent 1a621f4 commit 44715c4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

‎.dprint.jsonc

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"json": {
3+
"lineWidth": 88,
4+
"array.preferSingleLine": true,
5+
},
6+
"markdown": {
7+
"lineWidth": 88,
8+
"emphasisKind": "asterisks",
9+
},
10+
"yaml": {
11+
"printWidth": 88,
12+
"formatComments": true,
13+
"braceSpacing": false,
14+
},
15+
"excludes": ["**/*-lock.json", "**/*.lock", "**/node_modules/", "dist/"],
16+
"plugins": [
17+
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.1.wasm",
18+
"https://plugins.dprint.dev/json-0.20.0.wasm",
19+
"https://plugins.dprint.dev/markdown-0.19.0.wasm",
20+
"https://plugins.dprint.dev/toml-0.7.0.wasm",
21+
],
22+
}

0 commit comments

Comments
 (0)