chore: configure Prettier to use spaces for indentation
This commit is contained in:
parent
6b4fbe6a13
commit
5216a9d897
@ -2,5 +2,6 @@
|
|||||||
"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