goatcorp-website/.prettierrc

8 lines
131 B
Text
Raw Normal View History

2024-03-19 19:30:20 -04:00
{
"printWidth": 80,
"trailingComma": "none",
"tabWidth": 2,
"singleQuote": false,
"plugins": ["prettier-plugin-astro"]
}