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

8 lines
173 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,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}