0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/docs/.prettierrc

8 lines
112 B
Text
Raw Normal View History

2021-07-15 13:13:35 -05:00
{
2021-07-19 23:07:49 -05:00
"singleQuote": true,
"tabWidth": 2,
"endOfLine": "auto",
"trailingComma": "es5",
"printWidth": 80
}