mirror of
https://git.suyu.dev/suyu/website.git
synced 2025-12-21 13:16:05 +01:00
14 lines
224 B
Text
14 lines
224 B
Text
{
|
|
"useTabs": true,
|
|
"tabWidth": 4,
|
|
"printWidth": 100,
|
|
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.svelte",
|
|
"options": {
|
|
"parser": "svelte"
|
|
}
|
|
}
|
|
]
|
|
}
|