chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-01-11 18:13:43 -08:00
parent 1825957bd3
commit e91a8ab4a7
24 changed files with 14064 additions and 13851 deletions

10
.prettierrc Normal file
View File

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