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