big refactor to keep motivation

This commit is contained in:
Cynthia Foxwell 2024-07-23 16:10:17 -06:00
parent 8f89815106
commit 8bb2ad3012
46 changed files with 3949 additions and 4766 deletions

View file

@ -1,5 +1,6 @@
{
"semi": true,
"bracketSpacing": false,
"endOfLine": "lf"
"semi": true,
"bracketSpacing": false,
"endOfLine": "lf",
"printWidth": 120
}