nsecbunkerd/.prettierrc.json

16 lines
278 B
JSON
Raw Normal View History

2023-05-15 20:05:55 +02:00
{
"importOrder": ["^[./]"],
"importOrderSeparation": true,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"overrides": [
{
"files": "*.handlebar",
"options": {
"tabWidth": 2
}
}
]
2023-05-15 20:05:55 +02:00
}