mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-25 13:19:38 +00:00
Add remove semicolons to .vscode settings, update BookFinder.test formatting
This commit is contained in:
parent
ecba67da6d
commit
80e061115f
2 changed files with 319 additions and 318 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -16,5 +16,6 @@
|
|||
},
|
||||
"editor.formatOnSave": true,
|
||||
"editor.detectIndentation": true,
|
||||
"editor.tabSize": 2
|
||||
"editor.tabSize": 2,
|
||||
"javascript.format.semicolons": "remove"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue