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"