Last active
January 28, 2019 16:47
-
-
Save particledecay/67b4cd0f003de1944431bde08569fdc3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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