denonbu-feed/.prettierrc

15 lines
200 B
Plaintext
Raw Normal View History

2023-05-10 14:56:30 +00:00
{
"trailingComma": "all",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"overrides": [
{
"files": "*.hbs",
"options": {
"singleQuote": false
}
}
]
}