chore: configure Prettier to use spaces for indentation
This commit is contained in:
parent
6b4fbe6a13
commit
5216a9d897
11
.prettierrc
11
.prettierrc
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"tabWidth": 2,
|
"tabWidth": 2,
|
||||||
"semi": false,
|
"semi": false,
|
||||||
"singleQuote": false,
|
"singleQuote": false,
|
||||||
"insertFinalNewline": true
|
"insertFinalNewline": true,
|
||||||
}
|
"useTabs": false
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user