mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
14 lines
244 B
Text
14 lines
244 B
Text
{
|
|
"useTabs": true,
|
|
"printWidth": 100,
|
|
"semi": false,
|
|
"plugins": ["prettier-plugin-astro", "prettier-plugin-tailwindcss"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.astro",
|
|
"options": {
|
|
"parser": "astro"
|
|
}
|
|
}
|
|
]
|
|
}
|