Skip to content

Instantly share code, notes, and snippets.

@nhocki
Created May 10, 2017 00:01
Show Gist options
  • Save nhocki/1d09a37a5113251e7235cc7b20b91709 to your computer and use it in GitHub Desktop.
Save nhocki/1d09a37a5113251e7235cc7b20b91709 to your computer and use it in GitHub Desktop.
vscode settings
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "Inconsolata, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 16,
"editor.rulers": [ 80 ],
"editor.tabSize": 2,
"workbench.statusBar.visible": true,
"files.trimTrailingWhitespace": true,
"terminal.integrated.shell.osx": "/bin/zsh",
"go.gopath": "/Users/tarjan/go",
"window.zoomLevel": 0,
"editor.cursorBlinking": "solid",
"editor.renderWhitespace": "none",
"[cpp]": {
"editor.quickSuggestions": false
},
"[c]": {
"editor.quickSuggestions": false
},
"workbench.colorTheme": "Flat"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment