diff options
Diffstat (limited to 'dprint.json')
| -rw-r--r-- | dprint.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dprint.json b/dprint.json new file mode 100644 index 0000000..2e1f3c3 --- /dev/null +++ b/dprint.json @@ -0,0 +1,11 @@ +{ + "markdown": { + }, + "toml": { + }, + "excludes": [], + "plugins": [ + "https://plugins.dprint.dev/markdown-0.20.0.wasm", + "https://plugins.dprint.dev/toml-0.7.0.wasm" + ] +} |