add crystal post, small style tweaks

This commit is contained in:
Zoe
2025-11-03 01:26:05 -06:00
parent 50689b03ed
commit 0cc0df1180
17 changed files with 294 additions and 10092 deletions

15
.prettierrc Normal file
View File

@@ -0,0 +1,15 @@
{
"trailingComma": "all",
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"overrides": [
{
"files": "*.md",
"options": {
"printWidth": 80,
"proseWrap": "always"
}
}
]
}