Skip to content

Instantly share code, notes, and snippets.

@thedivtagguy
Created July 23, 2025 03:07
Show Gist options
  • Save thedivtagguy/e0b41977d0c7da61d53e100bcd238db8 to your computer and use it in GitHub Desktop.
Save thedivtagguy/e0b41977d0c7da61d53e100bcd238db8 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Solarized Light",
"workbench.iconTheme": "vscode-icons-team.vscode-icons",
"workbench.startupEditor": "none",
"explorer.compactFolders": false,
"editor.fontFamily": "'Cascadia Code', 'Fira Code', 'JetBrains Mono', Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.wordWrap": "on",
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.minimap.enabled": false,
"editor.renderWhitespace": "selection",
"breadcrumbs.enabled": true,
"editor.suggest.insertMode": "replace",
"editor.tabSize": 2,
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 1000,
"files.trimTrailingWhitespace": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"typescript": "typescriptreact"
},
"[markdown]": {
"editor.wordWrap": "on",
"editor.tabSize": 4
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment