Skip to content

Instantly share code, notes, and snippets.

@harrisonmalone
Last active June 8, 2020 01:52
Show Gist options
  • Save harrisonmalone/2c2b6b5f903c50d890717ba5993b4000 to your computer and use it in GitHub Desktop.
Save harrisonmalone/2c2b6b5f903c50d890717ba5993b4000 to your computer and use it in GitHub Desktop.
{
"window.zoomLevel": 2,
"workbench.statusBar.visible": true,
"workbench.activityBar.visible": false,
"editor.minimap.enabled": false,
"breadcrumbs.enabled": false,
"workbench.colorTheme": "Monokai",
"workbench.startupEditor": "none",
"editor.wordWrap": "on",
"cSpell.enabledLanguageIds": [
"css",
"html",
"javascript",
"javascriptreact",
"json",
"markdown",
"plaintext",
"python",
"ruby",
"scss"
],
"emmet.includeLanguages": {
"erb": "html",
},
"editor.quickSuggestions": true,
"cSpell.userWords": [
"Bentleigh",
"Caulfield",
"Hackathon",
"Transpiling",
"bootcamp",
"formalise",
"performant",
"transpiled",
"transpiler",
"transpilers"
],
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"git.openDiffOnClick": false,
"git.autorefresh": false,
"git.confirmForcePush": false,
"git.confirmSync": false,
"git.decorations.enabled": false,
"editor.autoIndent": "none",
"editor.detectIndentation": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.tabSize": 2,
"workbench.panel.defaultLocation": "right"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment