mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 10:04:39 +02:00
18 lines
298 B
Text
18 lines
298 B
Text
|
{
|
||
|
"semi": false,
|
||
|
"singleQuote": true,
|
||
|
"printWidth": 400,
|
||
|
"proseWrap": "never",
|
||
|
"trailingComma": "none",
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": ["*.html"],
|
||
|
"options": {
|
||
|
"singleQuote": false,
|
||
|
"wrapAttributes": false,
|
||
|
"sortAttributes": false
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|