Skip to content

Instantly share code, notes, and snippets.

@darrenparkinson
Created August 3, 2017 13:50
Show Gist options
  • Save darrenparkinson/96d391d865cfd069e8552f227c44c2bd to your computer and use it in GitHub Desktop.
Save darrenparkinson/96d391d865cfd069e8552f227c44c2bd to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"editor.cursorStyle": "block-outline",
"editor.minimap.enabled": true,
"editor.fontLigatures": true,
"editor.renderWhitespace": "boundary",
"editor.renderIndentGuides": true,
"editor.renderLineHighlight": "gutter",
"editor.fontFamily": "Fira Code",
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Monokai-Cobalt",
"window.zoomLevel": 0,
"terminal.integrated.shell.windows": "C:\\Windows\\Sysnative\\WindowsPowerShell\\v1.0\\powershell.exe",
"markdown-pdf.styles": [
".vscode\\markdown-pdf.css"
],
"markdown-toc.depthFrom": 2,
"markdown-toc.withLinks": false,
"markdown-toc.orderedList": true,
"git.enableSmartCommit": true
// "editor.wordWrap": "on"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment