astro-github-stats/.vscode/settings.json
2022-09-24 16:16:24 +02:00

8 lines
174 B
JSON

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