books/.prettierrc
2025-04-28 23:32:21 -04:00

15 lines
264 B
Plaintext

{
"printWidth": 160,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 4,
"overrides": [
{
"files": ["*.md", "*.mdx", "*.yaml"],
"options": {
"tabWidth": 2
}
}
]
}