add auto formatting with vscode

This commit is contained in:
Ean Milligan
2026-01-17 06:08:18 -05:00
parent 761a70825c
commit 48b746c65a
2 changed files with 5 additions and 1 deletions

4
.prettierrc Normal file
View File

@@ -0,0 +1,4 @@
{
"useTabs": true,
"printWidth": 320
}