{ "cSpell.enabled": true, "cSpell.language": "en,es", "editor.defaultFormatter": "denoland.vscode-deno", "editor.formatOnSave": true, "files.autoSave": "off", "files.eol": "\n", "editor.codeActionsOnSave": { "source.fixAll": "always", "source.organizeImports": "always" }, "cSpell.words": ["autodocs", "Syntropy"], "deno.enable": true, "deno.lint": true, "deno.unstable": [], "deno.suggest.imports.autoDiscover": true }