mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
75c5db53b2
Fixes #315. Fixes #227.
14 lines
377 B
JSON
14 lines
377 B
JSON
{
|
|
"$schema": "https://dprint.dev/schemas/v0.json",
|
|
"projectType": "openSource",
|
|
"incremental": true,
|
|
"markdown": {
|
|
},
|
|
"includes": ["**/*.{md}", "**/*.{toml}"],
|
|
"excludes": [ ],
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/markdown-0.6.1.wasm",
|
|
"https://github.com/thomaseizinger/dprint-plugin-cargo-toml/releases/download/0.1.0/cargo-toml-0.1.0.wasm"
|
|
]
|
|
}
|