mirror of
https://github.com/lanyeeee/bilibili-video-downloader.git
synced 2026-09-09 09:36:46 +08:00
feat: 引入prettier来保证前端代码风格一致
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"printWidth": 120,
|
||||
"tabWidth": 2,
|
||||
"singleQuote": true,
|
||||
"semi": false,
|
||||
"bracketSameLine": true,
|
||||
"endOfLine": "auto",
|
||||
"htmlWhitespaceSensitivity": "ignore"
|
||||
}
|
||||
Reference in New Issue
Block a user