website/app/.prettierrc

10 lines
229 B
Plaintext
Raw Normal View History

2025-01-04 19:59:44 +03:00
{
"useTabs": false,
"tabWidth": 2,
"singleQuote": false,
"trailingComma": "es5",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}