1
0
Fork 0
forked from suyu/website
website/.prettierrc
2024-03-06 22:38:04 +00:00

7 lines
173 B
Text

{
"useTabs": true,
"tabWidth": 4,
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}