Created
May 8, 2018 04:58
-
-
Save piruin/35cd0dea30bf92da85d1d4544eeece59 to your computer and use it in GitHub Desktop.
VS Code's user setting of mine
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.fontLigatures": true, | |
"editor.fontFamily": "Fira Code", | |
"editor.fontSize": 16, | |
"files.insertFinalNewline": true, | |
"workbench.colorTheme": "Default Light+", | |
"workbench.iconTheme": "vscode-icons", | |
"terminal.integrated.fontSize": 14 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment