botbook/node_modules/smtp-address-parser/.prettierrc.json
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

19 lines
355 B
JSON

{
"printWidth": 119,
"tabWidth": 4,
"overrides": [
{
"files": "*.yml",
"options": {
"tabWidth": 2
}
},
{
"files": "*.md",
"options": {
"proseWrap": "always",
"parser": "markdown"
}
}
]
}