astro/docs/.prettierrc
2021-07-15 14:13:35 -04:00

7 lines
No EOL
121 B
Text

{
"singleQuote": true,
"tabWidth": 2,
"endOfLine": "auto",
"trailingComma": "es5",
"printWidth": 80
}