Created
February 23, 2018 18:38
-
-
Save djromero/cbd4e67494c722dcd3725b7ad6de429b to your computer and use it in GitHub Desktop.
VS Code 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 font | |
"editor.fontFamily": "Source Code Pro, Menlo, monospace", | |
"editor.fontSize": 13, | |
"editor.fontLigatures": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment