Skip to content

Instantly share code, notes, and snippets.

@saketj
Created April 24, 2019 00:03
Show Gist options
  • Save saketj/83bb41e1d327f337069fb10998fe7c62 to your computer and use it in GitHub Desktop.
Save saketj/83bb41e1d327f337069fb10998fe7c62 to your computer and use it in GitHub Desktop.
Useful Visual Studio Code Editor Settings
{
"editor.minimap.enabled": false,
"window.zoomLevel": 0,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"terminal.integrated.fontFamily": "Source Code Pro for Powerline",
"terminal.integrated.fontSize": 14,
"editor.rulers": [
80
],
"workbench.statusBar.feedback.visible": false,
"explorer.confirmDragAndDrop": false,
"workbench.colorTheme": "Quiet Light"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment