Tim-Niclas Oelschläger
a1d0e83ad7
All checks were successful
Release a tag / release-tag (push) Successful in 4m38s
21 lines
360 B
Plaintext
21 lines
360 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"useTabs": true,
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"bracketSameLine": false,
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "lf",
|
|
"printWidth": 140,
|
|
"plugins": ["prettier-plugin-astro", "prettier-plugin-tailwindcss"],
|
|
"astroAllowShorthand": true,
|
|
"overrides": [
|
|
{
|
|
"files": "*.astro",
|
|
"options": {
|
|
"parser": "astro"
|
|
}
|
|
}
|
|
]
|
|
}
|