🔧: 修改 prettier.js 配置

This commit is contained in:
就眠儀式 2022-05-11 09:45:33 +08:00
parent eafde8fa76
commit ca60c95013

View File

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