Skip to content

Instantly share code, notes, and snippets.

@braver
Created February 7, 2017 08:56
Show Gist options
  • Select an option

  • Save braver/0d7fe9e890d96e38156f408e9c56518f to your computer and use it in GitHub Desktop.

Select an option

Save braver/0d7fe9e890d96e38156f408e9c56518f to your computer and use it in GitHub Desktop.
vscode settings
// Place your settings in this file to overwrite the default settings
{
"editor.fontSize": 11,
"editor.fontFamily": "Input Mono, Hasklig, Menlo, Monaco, 'Courier New', monospace",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"dist": true,
"build": true
},
"editor.cursorBlinking": "smooth",
// "editor.fontLigatures": true,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"window.zoomLevel": 0,
"editor.renderIndentGuides": true,
// "color-highlight.markerType": "underline",
// "color-highlight.markRuler": false,
"explorer.openEditors.visible": 0,
"[markdown]": {
"files.trimTrailingWhitespace": false,
"editor.wordWrap": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment