call-tester/.prettierrc
Jakob Kordež 0f06cb8b83 WIP
2024-06-23 15:52:45 +02:00

9 lines
236 B
Plaintext

{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}