mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-11-07 16:44:16 +01:00
21 lines
481 B
JSON
21 lines
481 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"
|
|
} |