mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
20 lines
437 B
JSON
20 lines
437 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
|
||
|
}
|