nsecbunkerd/.prettierrc.json

16 lines
278 B
JSON

{
"importOrder": ["^[./]"],
"importOrderSeparation": true,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"overrides": [
{
"files": "*.handlebar",
"options": {
"tabWidth": 2
}
}
]
}