aboutsummaryrefslogtreecommitdiffstats
path: root/web/template/dprint.json
diff options
context:
space:
mode:
authormsi2025-11-13 12:22:04 -0300
committermsi2025-11-13 12:22:04 -0300
commit87ee84f5386302d18576d88e02c1554a9362ca89 (patch)
treee7ae9e69fd12038279c89220ab1c647e315e5cbd /web/template/dprint.json
parentb245dfcf9dd441674b40605df41b2920c13b66f5 (diff)
downloadtemplates-87ee84f5386302d18576d88e02c1554a9362ca89.tar.gz
Add support serve static files
Diffstat (limited to 'web/template/dprint.json')
-rw-r--r--web/template/dprint.json19
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"
+ ]
+}