mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-11-07 08:34:10 +01:00
17 lines
297 B
Plaintext
17 lines
297 B
Plaintext
|
{
|
||
|
"semi": false,
|
||
|
"singleQuote": true,
|
||
|
"printWidth": 400,
|
||
|
"proseWrap": "never",
|
||
|
"trailingComma": "none",
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": ["*.html"],
|
||
|
"options": {
|
||
|
"singleQuote": false,
|
||
|
"wrapAttributes": false,
|
||
|
"sortAttributes": false
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|