20 lines
390 B
Text
20 lines
390 B
Text
{
|
|
"arrowParens": "avoid",
|
|
"semi": true,
|
|
"tabWidth": 2,
|
|
"printWidth": 80,
|
|
"singleQuote": false,
|
|
"jsxSingleQuote": false,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"endOfLine": "lf",
|
|
"plugins": ["prettier-plugin-astro", "prettier-plugin-tailwindcss"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.astro",
|
|
"options": {
|
|
"parser": "astro"
|
|
}
|
|
}
|
|
]
|
|
}
|