debt-pirate/.prettierrc.json

13 lines
123 B
JSON
Raw Permalink Normal View History

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