Skip to content

Instantly share code, notes, and snippets.

@john-craft
Created July 13, 2020 17:29
Show Gist options
  • Save john-craft/020a4ee2322f45370129223cfc995d10 to your computer and use it in GitHub Desktop.
Save john-craft/020a4ee2322f45370129223cfc995d10 to your computer and use it in GitHub Desktop.
{
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"window.zoomLevel": 0,
"editor.minimap.enabled": false,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[vue]": {
"editor.defaultFormatter": "octref.vetur"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[yaml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"editor.tabSize": 2,
"workbench.colorTheme": "Default Light+",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment