diff options
Diffstat (limited to 'web/template/dprint.json')
| -rw-r--r-- | web/template/dprint.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/web/template/dprint.json b/web/template/dprint.json new file mode 100644 index 0000000..97bc373 --- /dev/null +++ b/web/template/dprint.json @@ -0,0 +1,19 @@ +{ + "markdown": { + }, + "toml": { + }, + "malva": { + }, + "markup": { + }, + "excludes": [ + "**/node_modules" + ], + "plugins": [ + "https://plugins.dprint.dev/markdown-0.20.0.wasm", + "https://plugins.dprint.dev/toml-0.7.0.wasm", + "https://plugins.dprint.dev/g-plane/malva-v0.15.0.wasm", + "https://plugins.dprint.dev/g-plane/markup_fmt-v0.24.1.wasm" + ] +} |