chore: configure Prettier to use spaces for indentation

This commit is contained in:
James Murdza 2024-11-17 12:33:36 -05:00
parent 6b4fbe6a13
commit 5216a9d897

View File

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