chore: add code formatting settings

This commit is contained in:
James Murdza
2024-10-21 13:51:18 -06:00
parent 7951221310
commit 2897b908fd
3 changed files with 13 additions and 1 deletions

View File

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