TofuStack/.prettierrc

9 lines
236 B
Text
Raw Normal View History

2024-05-25 06:02:26 +00:00
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
2024-06-25 02:45:00 +00:00
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
2024-05-25 06:02:26 +00:00
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}