Skip to content

Instantly share code, notes, and snippets.

@andersondario
Forked from diego3g/settings.json
Last active February 27, 2021 01:04
Show Gist options
  • Save andersondario/9d4ce20b4000f1ee3e806ca2f1a590de to your computer and use it in GitHub Desktop.
Save andersondario/9d4ce20b4000f1ee3e806ca2f1a590de to your computer and use it in GitHub Desktop.
VSCode Settings (Updated)
{
"terminal.integrated.fontSize": 14,
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"editor.tabSize": 4,
"editor.fontSize": 14,
"editor.lineHeight": 22,
"editor.fontFamily": "Fira Code",
"terminal.integrated.shell.linux": "/bin/bash",
"editor.fontLigatures": true,
"editor.semanticHighlighting.enabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment