Skip to content

Instantly share code, notes, and snippets.

@krsjoseph
Last active January 5, 2017 13:53
Show Gist options
  • Save krsjoseph/35ea64bbb83f6e604fe6ee1113a6dc70 to your computer and use it in GitHub Desktop.
Save krsjoseph/35ea64bbb83f6e604fe6ee1113a6dc70 to your computer and use it in GitHub Desktop.
VS Code settings
// Place your settings in this file to overwrite the default settings
{
"highlight_line": true,
"editor.fontFamily": "Operator Mono",
"editor.fontSize": 16,
"files.autoSave": "onFocusChange",
"editor.tabSize": 2,
"editor.fontLigatures": true,
"editor.mouseWheelZoom": true,
"extensions.autoUpdate": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment