You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
446 B
14 lines
446 B
{
|
|
"$schema": "https://dprint.dev/schemas/v0.json",
|
|
"incremental": true,
|
|
"rustfmt": {
|
|
"imports_granularity": "module"
|
|
},
|
|
"includes": ["**/*.{md,rs,toml}"],
|
|
"excludes": ["**/target"],
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/markdown-0.9.2.wasm",
|
|
"https://plugins.dprint.dev/rustfmt-0.4.0.exe-plugin@c6bb223ef6e5e87580177f6461a0ab0554ac9ea6b54f78ea7ae8bf63b14f5bc2",
|
|
"https://plugins.dprint.dev/toml-0.4.0.wasm"
|
|
]
|
|
}
|
|
|