mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
30 lines
620 B
JSON
30 lines
620 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/**/*"
|
|
],
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/markdown-0.16.1.wasm",
|
|
"https://plugins.dprint.dev/toml-0.5.4.wasm",
|
|
"https://plugins.dprint.dev/json-0.17.4.wasm"
|
|
]
|
|
}
|