identity/identity-web/.prettierrc

10 lines
276 B
Plaintext
Raw Permalink Normal View History

2024-06-13 20:00:45 +00:00
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
2024-06-29 16:32:27 +00:00
"htmlWhitespaceSensitivity": "ignore",
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
2024-06-13 20:00:45 +00:00
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}