astro-brotli/.prettierrc
2024-04-13 18:08:26 +02:00

11 lines
165 B
Plaintext

{
"singleQuote": true,
"useTabs": true,
"tabWidth": 2,
"semi": true,
"bracketSameLine": false,
"arrowParens": "avoid",
"endOfLine": "lf",
"printWidth": 95
}