6 lines
139 B
JSON
6 lines
139 B
JSON
{
|
|
"prettier.documentSelectors": ["**/*.astro"],
|
|
"[astro]": {
|
|
"editor.defaultFormatter": "astro-build.astro-vscode"
|
|
}
|
|
}
|