Making things look nicer. Better formatting.

This commit is contained in:
Scott Idem
2026-02-06 13:49:11 -05:00
parent 49e1d57f8f
commit 07dd6c18a1
3 changed files with 97 additions and 47 deletions

View File

@@ -3,7 +3,7 @@
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"printWidth": 80,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}