astro-github-stats/.vscode/settings.json
2024-12-25 21:36:45 +01:00

8 lines
180 B
JSON

{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"cSpell.words": ["Astro"],
"prettier.documentSelectors": ["**/*.astro"]
}