mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2025-04-08 21:23:40 +00:00
17 lines
314 B
JSON
17 lines
314 B
JSON
{
|
|
"json": {
|
|
},
|
|
"markdown": {
|
|
},
|
|
"toml": {
|
|
},
|
|
"includes": ["**/*.{json,md,toml}"],
|
|
"excludes": [
|
|
"**/*-lock.json"
|
|
],
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/json-0.20.0.wasm",
|
|
"https://plugins.dprint.dev/markdown-0.18.0.wasm",
|
|
"https://plugins.dprint.dev/toml-0.7.0.wasm"
|
|
]
|
|
}
|