Skip to content

Instantly share code, notes, and snippets.

@gonzalovazquez
Created April 29, 2020 17:42
Show Gist options
  • Save gonzalovazquez/4ef18c1cef5bdb52e87de3ae633daade to your computer and use it in GitHub Desktop.
Save gonzalovazquez/4ef18c1cef5bdb52e87de3ae633daade to your computer and use it in GitHub Desktop.
VSCode Settings
{
"window.zoomLevel": 0,
"editor.renderWhitespace": "all",
"editor.tabSize": 2,
"git.autofetch": true,
"git.confirmSync": false,
"liveshare.featureSet": "stable",
"workbench.activityBar.visible": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"workbench.colorTheme": "Shades of Purple",
"editor.minimap.enabled": false,
"[javascript]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"explorer.confirmDragAndDrop": false,
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"git.enableSmartCommit": true,
"[json]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"[jsonc]": {
"editor.defaultFormatter": "HookyQR.beautify"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment