Created
August 23, 2017 22:44
-
-
Save nateluzod/8bc8fbadb0e329010f2f22aa70c7e77f to your computer and use it in GitHub Desktop.
VS Code Settings
This file contains hidden or 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
{ | |
"workbench.colorTheme": "One Dark Pro", | |
"editor.fontSize": 16, | |
"editor.fontFamily": "Menlo", | |
"editor.lineHeight": 36, | |
"window.zoomLevel": 0, | |
"git.enableSmartCommit": true, | |
"terminal.integrated.fontSize": 16, | |
"terminal.integrated.lineHeight": 2, | |
"terminal.integrated.cursorBlinking": true, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment