debt-pirate/.prettierrc.json

12 lines
123 B
JSON

{
"tabs": true,
"tabWidth": 4,
"overrides": [
{
"files": "*.html",
"options": {
"tabWidth": 2
}
}
]
}