Skip to content

Instantly share code, notes, and snippets.

@imran-ib
Created June 27, 2019 15:31
Show Gist options
  • Save imran-ib/b8bf1627da8293e0a7d56253f37fab15 to your computer and use it in GitHub Desktop.
Save imran-ib/b8bf1627da8293e0a7d56253f37fab15 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Cobalt2",
"better-comments.multilineComments": true,
"editor.formatOnSave": true,
// Enable per-language
"[javascript]": {
"editor.formatOnSave": true
},
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"better-comments.highlightPlainText": false,
"window.zoomLevel": 0,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment