diff options
| author | msi | 2025-11-13 12:22:04 -0300 |
|---|---|---|
| committer | msi | 2025-11-13 12:22:04 -0300 |
| commit | 87ee84f5386302d18576d88e02c1554a9362ca89 (patch) | |
| tree | e7ae9e69fd12038279c89220ab1c647e315e5cbd /web/template/dprint.json | |
| parent | b245dfcf9dd441674b40605df41b2920c13b66f5 (diff) | |
| download | templates-87ee84f5386302d18576d88e02c1554a9362ca89.tar.gz | |
Add support serve static files
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" + ] +} |