6 lines
160 B
Text
6 lines
160 B
Text
{
|
|
"plugins": ["prettier-plugin-astro"],
|
|
"tabWidth": 4,
|
|
"semi": false,
|
|
"overrides": [{ "files": "*.astro", "options": { "parser": "astro" } }]
|
|
}
|