Skip to content

Instantly share code, notes, and snippets.

@nikonov91-dev
Created February 23, 2019 20:25
Show Gist options
  • Save nikonov91-dev/e8220e89178447f430d76edfa22f0d00 to your computer and use it in GitHub Desktop.
Save nikonov91-dev/e8220e89178447f430d76edfa22f0d00 to your computer and use it in GitHub Desktop.
{
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"editor.renderWhitespace": "all",
"workbench.activityBar.visible": true,
"editor.minimap.enabled": false,
"editor.tabSize": 2,
"editor.detectIndentation": true,
"editor.insertSpaces": false,
"editor.folding": true,
"editor.glyphMargin": false,
"editor.smoothScrolling": true,
"editor.wordWrap": "on",
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "entity.name.class, entity.name.type",
"settings": {
"foreground": "#A6E22E"
}
},
{
"scope": "keyword",
"settings": {
"foreground": "#A6E22E"
}
}
]
},
"window.zoomLevel": 0,
"explorer.confirmDragAndDrop": false,
"liveServer.settings.donotShowInfoMsg": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"workbench.colorTheme": "Visual Studio Light"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment