Skip to content

Instantly share code, notes, and snippets.

@binarycleric
Last active August 27, 2017 16:13
Show Gist options
  • Save binarycleric/eda872b5b5caad755c7f6ae34b6b182c to your computer and use it in GitHub Desktop.
Save binarycleric/eda872b5b5caad755c7f6ae34b6b182c to your computer and use it in GitHub Desktop.
VSCode Configuration
{
"files.eol": "\n",
"terminal.integrated.shell.windows": "C:\\Windows\\sysnative\\bash.exe",
"editor.fontSize": 14,
"editor.fontFamily": "Hack",
"editor.tabSize": 2,
"editor.fontLigatures": true,
"editor.cursorStyle": "line",
"editor.cursorBlinking": "solid",
"editor.rulers": [80,120],
"terminal.integrated.fontSize": 14,
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.fontFamily": "Hack",
"terminal.integrated.scrollback": 10000,
"files.trimTrailingWhitespace": true,
"workbench.iconTheme": "vs-seti",
"window.title": "${rootName} → ${activeEditorMedium}",
"window.openFilesInNewWindow": true,
"workbench.editor.enablePreview": false,
"editor.minimap.enabled": false,
"extensions.ignoreRecommendations": false,
"window.zoomLevel": 0,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment