0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-13 22:11:20 -05:00
astro/docs/.prettierrc

8 lines
112 B
Text
Raw Permalink Normal View History

2021-07-15 14:13:35 -04:00
{
2021-07-20 04:07:49 +00:00
"singleQuote": true,
"tabWidth": 2,
"endOfLine": "auto",
"trailingComma": "es5",
"printWidth": 80
}