Skip to content

Instantly share code, notes, and snippets.

@dariuszparys
Created October 26, 2017 15:44
Show Gist options
  • Save dariuszparys/d33351f530c1071eda04a6915b94d736 to your computer and use it in GitHub Desktop.
Save dariuszparys/d33351f530c1071eda04a6915b94d736 to your computer and use it in GitHub Desktop.
vscode custom settings
{
"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