Created
February 4, 2018 16:34
-
-
Save vivainio/7b57cc91ea4f3f009e207eb9b9760bf8 to your computer and use it in GitHub Desktop.
Ligatures + fira for vscode
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
{ | |
"editor.fontFamily": "Fira Code Light", | |
"editor.fontSize": 13, | |
"editor.fontLigatures": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment