mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-11-07 00:24:12 +01:00
cb1ebd4a17
Co-authored-by: Arran Hobson Sayers <ahobsonsayers@gmail.com>
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
|
|
}
|
|
}
|
|
]
|
|
} |