Skip to content

Instantly share code, notes, and snippets.

@andregoncalves
Created August 22, 2016 12:28
Show Gist options
  • Save andregoncalves/5b9b4c714bf5c12d4341c1406af3bfe2 to your computer and use it in GitHub Desktop.
Save andregoncalves/5b9b4c714bf5c12d4341c1406af3bfe2 to your computer and use it in GitHub Desktop.
vscode settings.json
// Place your settings in this file to overwrite the default settings
{
"editor.insertSpaces": false,
"editor.fontFamily": "Menlo, Monaco, Menlo, 'Courier New', monospace",
"editor.fontSize": 14,
"workbench.editor.enablePreviewFromQuickOpen": false,
"editor.fontSize": 12,
"editor.rulers": [120],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment