mirror of
https://git.suyu.dev/suyu/website.git
synced 2026-01-10 00:18:13 +01:00
7 lines
173 B
Text
7 lines
173 B
Text
{
|
|
"useTabs": true,
|
|
"tabWidth": 4,
|
|
"printWidth": 100,
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
|
}
|