mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-10-30 09:05:52 +01:00
6 lines
127 B
JSON
6 lines
127 B
JSON
{
|
|
"prettier.documentSelectors": ["**/*.astro"],
|
|
"[astro]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
}
|
|
}
|