From e2d902d9ca9f6afa574cee75fc2a77b4434ae0b9 Mon Sep 17 00:00:00 2001 From: themodrnhakr Date: Mon, 29 Sep 2025 21:13:26 -0500 Subject: [PATCH] Get dprint working with svelte. --- dprint.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dprint.json b/dprint.json index 99b11cf..71e159c 100644 --- a/dprint.json +++ b/dprint.json @@ -12,9 +12,14 @@ "malva": { }, "markup": { + "svelteAttrShorthand": true, + "svelteDirectiveShorthand": true }, "yaml": { }, + "includes": [ + "**/*.{ts,js,json,md,toml,dockerfile,css,scss,svelte,yaml,yml}" + ], "excludes": [ "**/node_modules", "**/*-lock.json"