Stop trashing every file on Prettier

This commit is contained in:
Ani Betts 2024-05-21 12:29:16 +02:00
parent b1cf9b4e10
commit 4e68e593e5
No known key found for this signature in database

View File

@ -4,5 +4,6 @@
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
"endOfLine": "auto"
}