Skip to content

Instantly share code, notes, and snippets.

@rdkr
Created June 3, 2019 10:47
Show Gist options
  • Save rdkr/d6af63cbe371847c1deac2cbbb26333c to your computer and use it in GitHub Desktop.
Save rdkr/d6af63cbe371847c1deac2cbbb26333c to your computer and use it in GitHub Desktop.
## font
https://github.com/tonsky/FiraCode/wiki/VS-Code-Instructions
## global config
{
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 13,
"editor.minimap.enabled": false,
"editor.renderWhitespace": "all",
"editor.rulers": [
80
],
"explorer.confirmDragAndDrop": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"window.zoomLevel": 1,
"workbench.tree.indent": 30
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment