🔧: 修改 prettier.js 配置
This commit is contained in:
parent
eafde8fa76
commit
ca60c95013
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"semi": true,
|
"semi": true,
|
||||||
"singleQuote": false,
|
"singleQuote": false,
|
||||||
"tabWidth": 2
|
"tabWidth": 2,
|
||||||
|
"useTabs": false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user