Skip to content

Instantly share code, notes, and snippets.

@saxenanurag
Created July 25, 2019 18:04
Show Gist options
  • Save saxenanurag/4c8eee4907bd78043bc5497c096f8129 to your computer and use it in GitHub Desktop.
Save saxenanurag/4c8eee4907bd78043bc5497c096f8129 to your computer and use it in GitHub Desktop.
vscode-insiders-settings
{
"workbench.colorTheme": "Night Owl",
"editor.wordWrap": "on",
"editor.rulers": [72,79,100],
"editor.cursorBlinking": "solid",
"editor.cursorStyle": "line",
"editor.renderWhitespace": "all",
"editor.minimap.enabled": false,
"terminal.integrated.fontFamily": "monospace",
"files.trimTrailingWhitespace": true,
"files.eol": "\n",
"editor.fontFamily": "Hack, Menlo, 'DejaVu Sans Mono', Consolas, 'Lucia Console', monospace",
"editor.renderLineHighlight": "none",
"window.zoomLevel": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment