mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-31 15:20:15 +00:00
19 lines
640 B
JSON
19 lines
640 B
JSON
{
|
|
"$schema": "https://dprint.dev/schemas/v0.json",
|
|
"projectType": "openSource",
|
|
"incremental": true,
|
|
"markdown": {},
|
|
"exec": {
|
|
"associations": "**/*.{rs}",
|
|
"rustfmt": "rustfmt --edition 2021",
|
|
"rustfmt.associations": "**/*.rs"
|
|
},
|
|
"includes": ["**/*.{md}", "**/*.{toml}", "**/*.{rs}"],
|
|
"excludes": ["target/"],
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/markdown-0.13.1.wasm",
|
|
"https://github.com/thomaseizinger/dprint-plugin-cargo-toml/releases/download/0.1.0/cargo-toml-0.1.0.wasm",
|
|
"https://plugins.dprint.dev/exec-0.3.5.json@d687dda57be0fe9a0088ccdaefa5147649ff24127d8b3ea227536c68ee7abeab"
|
|
]
|
|
}
|