tcl-guessr/.prettierrc
uku b472e99fcc
chore: make code prettier
see what i did there :3
2024-10-22 11:34:40 +02:00

6 lines
157 B
Text

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