0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-21 12:39:08 +01:00
mongodb/.prettierrc
Alex Neben ee0d887bad SERVER-88970 Added ignored revs to this formatting change
GitOrigin-RevId: 409134554674a0a4454ce2b91507e38594c6d2ad
2024-04-06 09:51:25 +00:00

12 lines
176 B
Plaintext

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