mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --------- Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
31 lines
644 B
JSON
31 lines
644 B
JSON
{
|
|
"lineWidth": 80,
|
|
"markdown": {
|
|
"lineWidth": 80,
|
|
"emphasisKind": "asterisks",
|
|
"strongKind": "asterisks",
|
|
"textWrap": "always"
|
|
},
|
|
"toml": {
|
|
"lineWidth": 80
|
|
},
|
|
"json": {
|
|
"lineWidth": 80,
|
|
"indentWidth": 4
|
|
},
|
|
"includes": [
|
|
"**/*.{md}",
|
|
"**/*.{toml}",
|
|
"**/*.{json}"
|
|
],
|
|
"excludes": [
|
|
"target/**/*",
|
|
"CHANGELOG.md"
|
|
],
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
|
|
"https://plugins.dprint.dev/toml-0.6.3.wasm",
|
|
"https://plugins.dprint.dev/json-0.19.3.wasm"
|
|
]
|
|
}
|