Skip to content

Commit f597275

Browse files
committed
chore: update dprint config
Signed-off-by: simonsan <[email protected]>
1 parent 54d2f2d commit f597275

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ rustic_logo_name = "rustic"
2020
rustic_logo_path = "assets/rustic.svg"
2121
rustic_extra_menu = [
2222

23-
2423
# { title = "Github", link = "https://github.com/rustic-rs/" },
2524
]
2625
# Add page titles here to exclude them from the nav section (case sensitive)

dprint.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"**/*-lock.json"
88
],
99
"plugins": [
10-
"https://plugins.dprint.dev/json-0.19.1.wasm",
11-
"https://plugins.dprint.dev/markdown-0.16.3.wasm",
12-
"https://plugins.dprint.dev/toml-0.5.4.wasm"
10+
"https://plugins.dprint.dev/json-0.19.3.wasm",
11+
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
12+
"https://plugins.dprint.dev/toml-0.6.3.wasm"
1313
]
1414
}

0 commit comments

Comments
 (0)