Created
February 8, 2017 22:44
-
-
Save nxu/cfb8d710b1db10937b2117f96fc89744 to your computer and use it in GitHub Desktop.
My VSCode config
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
// Place your settings in this file to overwrite the default settings | |
{ | |
"editor.fontFamily": "Fira Code, Consolas, 'Courier New', monospace", | |
"editor.fontSize": 14, | |
"editor.renderWhitespace": "boundary", | |
"editor.lineHeight": 30, | |
"editor.fontLigatures": true, | |
"editor.rulers": [ | |
120 | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment