Files
mongo/.prettierrc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
418 B
Plaintext
Raw Permalink Normal View History

{
"bracketSpacing": false,
"overrides": [
{
"files": ["*.js", "*.mjs"],
"options": {
"tabWidth": 4,
"printWidth": 120,
"quoteProps": "preserve"
}
},
{
"files": "*.idl",
"options": {
"parser": "yaml",
"tabWidth": 4
}
}
]
}