Skip to content

Instantly share code, notes, and snippets.

@nxu
Created February 8, 2017 22:44
Show Gist options
  • Save nxu/cfb8d710b1db10937b2117f96fc89744 to your computer and use it in GitHub Desktop.
Save nxu/cfb8d710b1db10937b2117f96fc89744 to your computer and use it in GitHub Desktop.
My VSCode config
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "Fira Code, Consolas, 'Courier New', monospace",
"editor.fontSize": 14,
"editor.renderWhitespace": "boundary",
"editor.lineHeight": 30,
"editor.fontLigatures": true,
"editor.rulers": [
120
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment