chore: configure Prettier to use spaces for indentation
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
{
|
||||
"tabWidth": 2,
|
||||
"semi": false,
|
||||
"singleQuote": false,
|
||||
"insertFinalNewline": true
|
||||
"tabWidth": 2,
|
||||
"semi": false,
|
||||
"singleQuote": false,
|
||||
"insertFinalNewline": true,
|
||||
"useTabs": false
|
||||
}
|
Reference in New Issue
Block a user