Get dprint working with svelte.

This commit is contained in:
themodrnhakr 2025-09-29 21:13:26 -05:00
parent fb5a45587a
commit e2d902d9ca

View File

@ -12,9 +12,14 @@
"malva": { "malva": {
}, },
"markup": { "markup": {
"svelteAttrShorthand": true,
"svelteDirectiveShorthand": true
}, },
"yaml": { "yaml": {
}, },
"includes": [
"**/*.{ts,js,json,md,toml,dockerfile,css,scss,svelte,yaml,yml}"
],
"excludes": [ "excludes": [
"**/node_modules", "**/node_modules",
"**/*-lock.json" "**/*-lock.json"