audiobookshelf/.prettierrc
Arran Hobson Sayers 15badfbbcc Add editorconfig
2023-10-05 19:04:10 +01:00

18 lines
322 B
Text

{
"editorconfig": true,
"semi": false,
"singleQuote": true,
"printWidth": 400,
"proseWrap": "never",
"trailingComma": "none",
"overrides": [
{
"files": ["*.html"],
"options": {
"singleQuote": false,
"wrapAttributes": false,
"sortAttributes": false
}
}
]
}