Skip to content

Instantly share code, notes, and snippets.

@particledecay
Last active January 28, 2019 16:47
Show Gist options
  • Save particledecay/67b4cd0f003de1944431bde08569fdc3 to your computer and use it in GitHub Desktop.
Save particledecay/67b4cd0f003de1944431bde08569fdc3 to your computer and use it in GitHub Desktop.
{
"window.titleBarStyle": "native",
"editor.fontFamily": "Dank Mono",
"editor.fontLigatures": true,
"workbench.startupEditor": "none",
"workbench.colorTheme": "Bluloco Dark Italic",
"editor.minimap.enabled": false,
"go.inferGopath": true,
"[yaml]": {
"editor.detectIndentation": false,
"editor.tabSize": 2
},
"explorer.confirmDelete": false,
"window.zoomLevel": 0,
"terminal.integrated.fontFamily": "PT Mono",
"explorer.confirmDragAndDrop": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment