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": {
},
"markup": {
"svelteAttrShorthand": true,
"svelteDirectiveShorthand": true
},
"yaml": {
},
"includes": [
"**/*.{ts,js,json,md,toml,dockerfile,css,scss,svelte,yaml,yml}"
],
"excludes": [
"**/node_modules",
"**/*-lock.json"