Skip to content

Instantly share code, notes, and snippets.

@outrowender
Last active June 23, 2020 12:34
Show Gist options
  • Save outrowender/efa86e3db351b8688117016096b41487 to your computer and use it in GitHub Desktop.
Save outrowender/efa86e3db351b8688117016096b41487 to your computer and use it in GitHub Desktop.
vscode config
{
"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": true,
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "none",
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"extensions.ignoreRecommendations": false,
"editor.renderWhitespace": "all",
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.confirmSync": false,
"workbench.colorTheme": "Dracula Soft"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment