mirror of
https://github.com/kind-0/nsecbunkerd.git
synced 2025-03-17 05:13:01 +01:00
16 lines
278 B
JSON
16 lines
278 B
JSON
{
|
|
"importOrder": ["^[./]"],
|
|
"importOrderSeparation": true,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"overrides": [
|
|
{
|
|
"files": "*.handlebar",
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
}
|
|
]
|
|
}
|