{
"incremental": true,
"indentWidth": 2,
"exec": {
"commands": [{
"command": "rustfmt --edition 2021 --config imports_granularity=item",
"exts": ["rs"]
}]
},
"includes": ["**/*.{md,rs}"],
"excludes": [
"**/target",
"./benches/json"
],
"plugins": [
"https://plugins.dprint.dev/markdown-0.15.2.wasm",
"https://plugins.dprint.dev/exec-0.4.3.json@42343548b8022c99b1d750be6b894fe6b6c7ee25f72ae9f9082226dd2e515072"
]
}