Skip to content

Instantly share code, notes, and snippets.

@DNI9
Created December 28, 2019 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DNI9/2eb9bf310661366b18ad143faad156aa to your computer and use it in GitHub Desktop.
Save DNI9/2eb9bf310661366b18ad143faad156aa to your computer and use it in GitHub Desktop.
Useful for VScode
"workbench.editor.enablePreviewFromQuickOpen": false
"breadcrumbs.enabled": true
"explorer.openEditors.visible": 0
"editor.minimap.renderCharacters": false,
"editor.minimap.maxColumn": 200,
"editor.minimap.showSlider": "always"
"editor.renderWhitespace": "all"
"editor.smoothScrolling": true
"editor.cursorBlinking": "phase"
"editor.cursorSmoothCaretAnimation": true
"files.insertFinalNewline": true
"files.trimTrailingWhitespace": true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment