1
0
Fork 0
forked from suyu/website
website/.prettierrc

15 lines
224 B
Text
Raw Normal View History

2024-03-06 16:05:24 +01:00
{
"useTabs": true,
2024-03-06 23:38:04 +01:00
"tabWidth": 4,
2024-03-06 16:05:24 +01:00
"printWidth": 100,
2024-03-08 12:14:32 +01:00
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
2024-03-06 16:05:24 +01:00
}