Skip to content

Instantly share code, notes, and snippets.

@fpigeonjr
Created July 27, 2017 05:50
Show Gist options
  • Save fpigeonjr/e585e199bedb2cb32fff8bddf42c6f2a to your computer and use it in GitHub Desktop.
Save fpigeonjr/e585e199bedb2cb32fff8bddf42c6f2a to your computer and use it in GitHub Desktop.
VS Code config
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "Operator Mono, Fira Code",
"editor.fontSize": 18,
"editor.lineHeight": 29,
"editor.tabSize": 2,
"editor.fontLigatures": true,
"files.trimTrailingWhitespace": true,
"files.autoSave": "onFocusChange",
"editor.renderIndentGuides": false,
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": false,
"vsicons.projectDetection.disableDetect": true,
"workbench.colorTheme": "Github",
"workbench.iconTheme": "material-icon-theme",
"files.associations": {
"*.vue": "html"
},
"editor.tabCompletion": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment