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