build's a bitch

This commit is contained in:
iamBadgers
2024-09-02 22:17:46 -07:00
parent 903117696e
commit 36f5d6b396
8 changed files with 134 additions and 64 deletions

View File

@@ -3,6 +3,6 @@
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"printWidth": 80,
"trailingComma": "none"
}