pxlandcircuit-astro-blog/.prettierrc
2025-03-19 15:51:40 -04:00

14 lines
264 B
Text

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