denonbu-feed/.prettierrc
2023-05-10 09:56:30 -05:00

15 lines
200 B
Plaintext

{
"trailingComma": "all",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"overrides": [
{
"files": "*.hbs",
"options": {
"singleQuote": false
}
}
]
}