Created
October 26, 2017 15:44
-
-
Save dariuszparys/d33351f530c1071eda04a6915b94d736 to your computer and use it in GitHub Desktop.
vscode custom 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
{ | |
"workbench.colorTheme": "Cobalt2", | |
"editor.fontFamily": "Fira Code", | |
"editor.fontSize": 17, | |
"editor.lineHeight": 25, | |
"editor.letterSpacing": 0.5, | |
"files.trimTrailingWhitespace": true, | |
"editor.fontWeight": "400", | |
"editor.cursorStyle": "underline-thin", | |
"editor.cursorBlinking": "solid", | |
"editor.renderWhitespace": "all", | |
"editor.fontLigatures": true, | |
"window.zoomLevel": 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment