mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-11-07 16:44:16 +01:00
cb1ebd4a17
Co-authored-by: Arran Hobson Sayers <ahobsonsayers@gmail.com>
27 lines
639 B
JSON
27 lines
639 B
JSON
{
|
|
"vetur.format.defaultFormatterOptions": {
|
|
"prettier": {
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"printWidth": 400,
|
|
"proseWrap": "never",
|
|
"trailingComma": "none"
|
|
},
|
|
"prettyhtml": {
|
|
"printWidth": 400,
|
|
"singleQuote": false,
|
|
"wrapAttributes": false,
|
|
"sortAttributes": false
|
|
}
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"editor.detectIndentation": true,
|
|
"editor.tabSize": 2,
|
|
"javascript.format.semicolons": "remove",
|
|
"[javascript][json][jsonc]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[vue]": {
|
|
"editor.defaultFormatter": "octref.vetur"
|
|
}
|
|
} |