Last active
March 27, 2019 03:37
-
-
Save marioharper/8b62aca2ea4ae221a7ae9ce20ac2afc8 to your computer and use it in GitHub Desktop.
vscode settings
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
{ | |
"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