diff --git a/dprint.json b/dprint.json new file mode 100644 index 0000000..9371a8d --- /dev/null +++ b/dprint.json @@ -0,0 +1,7 @@ +{ + "excludes": ["README.md"], + "markdown": { + "textWrap": "never" + }, + "plugins": ["https://plugins.dprint.dev/markdown-0.16.0.wasm"] +}