Last active
June 8, 2020 01:52
-
-
Save harrisonmalone/2c2b6b5f903c50d890717ba5993b4000 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": 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