Files
horse/zenno/.prettierrc
2026-03-31 12:08:36 -04:00

17 lines
305 B
Plaintext

{
"useTabs": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 130,
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
],
"tailwindStylesheet": "./src/routes/layout.css"
}