mongo/.prettierrc

12 lines
176 B
Plaintext

{
"bracketSpacing": false,
"overrides": [
{
"files": "*.js",
"options": {
"tabWidth": 4
}
}
]
}