goatcorp-website/.prettierrc
2024-03-19 19:30:20 -04:00

7 lines
131 B
Text

{
"printWidth": 80,
"trailingComma": "none",
"tabWidth": 2,
"singleQuote": false,
"plugins": ["prettier-plugin-astro"]
}