chore: add code formatting settings

This commit is contained in:
James Murdza
2024-10-19 05:22:42 -06:00
parent 77265dde28
commit 1416c225a2
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{
"tabWidth": 2,
"semi": false,
"singleQuote": false,
"insertFinalNewline": true
}