mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-16 21:58:30 +01:00
7 lines
127 B
JSON
7 lines
127 B
JSON
|
{
|
||
|
"prettier.documentSelectors": ["**/*.astro"],
|
||
|
"[astro]": {
|
||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||
|
}
|
||
|
}
|