Created
July 23, 2025 03:07
-
-
Save thedivtagguy/e0b41977d0c7da61d53e100bcd238db8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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