test-card/.prettierrc

9 lines
205 B
Plaintext
Raw Normal View History

2024-01-31 20:17:33 +01:00
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}