{ "trailingComma": "all", "endOfLine": "lf", "semi": true, "tabWidth": 2, "plugins": ["prettier-plugin-svelte"], "htmlWhitespaceSensitivity": "strict", "overrides": [ { "files": "*.svelte", "options": { "parser": "svelte" } } ] }