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

7 lines
121 B
Text
Raw Normal View History

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