desktop/.prettierrc
Timothy Jaeryang Baek e91a8ab4a7 chore: format
2025-01-11 18:13:43 -08:00

11 lines
249 B
Plaintext

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