Skip to content

Instantly share code, notes, and snippets.

@brandonsueur
Created September 1, 2018 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brandonsueur/ded4ae6d77c1138d2e427b7ae82dbd92 to your computer and use it in GitHub Desktop.
Save brandonsueur/ded4ae6d77c1138d2e427b7ae82dbd92 to your computer and use it in GitHub Desktop.
πŸ“– My configuration VSCode
[
{
"key": "cmd+l",
"command": "expandLineSelection",
}
]
{
"editor.fontFamily": "Operator Mono",
"editor.fontSize": 13,
"editor.formatOnPaste": true,
"editor.renderLineHighlight": "none",
"editor.tabSize": 2,
"files.exclude": {
"**/node_modules": true
},
"workbench.fontAliasing": "antialiased",
"workbench.colorTheme": "Dracula",
"workbench.activityBar.visible": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment