Skip to content

Instantly share code, notes, and snippets.

@marioharper
Last active March 27, 2019 03:37
Show Gist options
  • Save marioharper/8b62aca2ea4ae221a7ae9ce20ac2afc8 to your computer and use it in GitHub Desktop.
Save marioharper/8b62aca2ea4ae221a7ae9ce20ac2afc8 to your computer and use it in GitHub Desktop.
vscode settings
{
"editor.minimap.enabled": false,
"editor.rulers": [80],
"editor.tabSize": 2,
"terminal.integrated.fontFamily": "Roboto Mono for Powerline",
"workbench.colorTheme": "One Dark Pro Bold",
"workbench.iconTheme": "vs-seti",
"workbench.panel.defaultLocation": "right"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment