Skip to main content
File
{ "files.eol": "\n", "files.trimTrailingWhitespace": true, "typescript.format.semicolons": "remove", "typescript.preferences.quoteStyle": "single", "[javascript]": { "editor.defaultFormatter": "vscode.typescript-language-features", "editor.formatOnSave": false, }, "[typescript]": { "editor.defaultFormatter": "vscode.typescript-language-features", "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.organizeImports": true, } }, "[typescriptreact]": { "editor.defaultFormatter": "vscode.typescript-language-features", "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.organizeImports": true, } }, "deno.enable": true}