Skip to content

Instantly share code, notes, and snippets.

@bilegjargal
Created July 9, 2019 16:23
Show Gist options
  • Save bilegjargal/5da22406e2ac73061520da553ac79bb2 to your computer and use it in GitHub Desktop.
Save bilegjargal/5da22406e2ac73061520da553ac79bb2 to your computer and use it in GitHub Desktop.
{
"editor.tabSize": 2,
"editor.wordWrap": "on",
"terminal.integrated.fontSize": 12,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"editor.formatOnSave": true,
"workbench.colorTheme": "Dracula",
"window.titleBarStyle": "custom",
"breadcrumbs.enabled": true,
"workbench.iconTheme": "material-icon-theme",
"javascript.updateImportsOnFileMove.enabled": "always",
"workbench.settings.editor": "json",
"editor.fontLigatures": true,
"terminal.integrated.fontFamily": "monospace",
"typescript.updateImportsOnFileMove.enabled": "always",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"window.zoomLevel": -1,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"terminal.integrated.rendererType": "canvas",
"files.autoSave": "off",
"editor.cursorStyle": "line",
"editor.cursorBlinking": "solid",
"editor.cursorWidth": 6
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment