Initial commit

This commit is contained in:
tiff 2025-04-28 23:32:21 -04:00 committed by GitHub
commit b3a42bb0c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
91 changed files with 9419 additions and 0 deletions

14
.prettierrc Normal file
View file

@ -0,0 +1,14 @@
{
"printWidth": 160,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 4,
"overrides": [
{
"files": ["*.md", "*.mdx", "*.yaml"],
"options": {
"tabWidth": 2
}
}
]
}