Skip to content

Instantly share code, notes, and snippets.

@fpigeonjr
Created February 7, 2017 05:06
Show Gist options
  • Save fpigeonjr/e8a1a33e0764237cfc526efeff2997fa to your computer and use it in GitHub Desktop.
Save fpigeonjr/e8a1a33e0764237cfc526efeff2997fa to your computer and use it in GitHub Desktop.
vsCode config
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "Operator Mono, Fira Code",
"editor.fontSize": 19,
"editor.lineHeight": 32,
"editor.fontLigatures": true,
"files.trimTrailingWhitespace": true,
"files.autoSave": "afterDelay",
"editor.renderIndentGuides": false,
"window.fullScreenZenMode": false,
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": false,
"editor.wordWrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment