astro/docs/.prettierrc

8 lines
112 B
Text
Raw Normal View History

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