Files
rayhunter/bin/web/.prettierrc
Will Greenberg a269a45244 wip
2025-04-14 11:54:27 -07:00

9 lines
205 B
Plaintext

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