Created
April 29, 2020 17:42
-
-
Save gonzalovazquez/4ef18c1cef5bdb52e87de3ae633daade to your computer and use it in GitHub Desktop.
VSCode Settings
This file contains 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
{ | |
"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