Skip to content

Commit 4148d51

Browse files
committed
Update deps
1 parent 8d0f93f commit 4148d51

File tree

3 files changed

+234
-283
lines changed

3 files changed

+234
-283
lines changed

.dprint.jsonc

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,9 @@
1515
"textWrap": "always",
1616
"lineWidth": 80
1717
},
18-
"prettier": {
19-
"associations": [
20-
"**/*.{yaml,yml}"
21-
],
22-
"yml.tabWidth": 2,
23-
"yaml.tabWidth": 2,
24-
"yml.singleQuote": true,
25-
"yaml.singleQuote": true
18+
"yaml": {
19+
"indentWidth": 2,
20+
"quotes": "preferSingle"
2621
},
2722
"excludes": [
2823
"**/node_modules",
@@ -33,9 +28,9 @@
3328
"pnpm-lock.yaml"
3429
],
3530
"plugins": [
36-
"https://plugins.dprint.dev/typescript-0.91.1.wasm",
37-
"https://plugins.dprint.dev/json-0.19.3.wasm",
38-
"https://plugins.dprint.dev/markdown-0.17.1.wasm",
39-
"https://plugins.dprint.dev/prettier-0.40.0.json@68c668863ec834d4be0f6f5ccaab415df75336a992aceb7eeeb14fdf096a9e9c"
31+
"https://plugins.dprint.dev/typescript-0.93.3.wasm",
32+
"https://plugins.dprint.dev/json-0.19.4.wasm",
33+
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
34+
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm"
4035
]
4136
}

0 commit comments

Comments
 (0)