I should probably check this in at some point huh

This commit is contained in:
Joshua Seigler 2022-12-05 08:42:03 -05:00
commit 23e19496a1
20 changed files with 3507 additions and 0 deletions

11
.prettierrc.json Normal file
View file

@ -0,0 +1,11 @@
{
"arrowParens": "always",
"bracketSpacing": true,
"printWidth": 80,
"proseWrap": "preserve",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "all"
}