Skip to content

Instantly share code, notes, and snippets.

@lgk-bsw
Last active January 9, 2024 13:34
Show Gist options
  • Save lgk-bsw/21386f6959cf208e247b09d88af1977b to your computer and use it in GitHub Desktop.
Save lgk-bsw/21386f6959cf208e247b09d88af1977b to your computer and use it in GitHub Desktop.
Prettier Config for SvelteKit projekts
{
"useTabs": true,
"singleQuote": false,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
"tabWidth": 4,
"semi": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment