Skip to content

Instantly share code, notes, and snippets.

@ralugli
Created January 23, 2020 17:22
Show Gist options
  • Save ralugli/dea5653c50723daae7ec21cd85531a8b to your computer and use it in GitHub Desktop.
Save ralugli/dea5653c50723daae7ec21cd85531a8b to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Cobalt2",
"editor.fontFamily": "Fira Code",
"editor.fontSize": 16,
"editor.lineHeight": 25,
"editor.fontLigatures":true,
"editor.letterSpacing": 0.5,
"files.trimTrailingWhitespace": true,
"editor.fontWeight": "400",
"editor.cursorStyle": "line",
"editor.cursorWidth": 5,
"editor.cursorBlinking": "solid",
"terminal.integrated.fontSize":14,
"editor.rulers": [
80,
120
],
"editor.renderWhitespace": "all",
"editor.tabSize": 2,
"workbench.iconTheme": "material-icon-theme",
"editor.renderLineHighlight":"gutter",
"vscode_custom_css.imports": [
"~/.vscodestyles.css"
],
"terminal.integrated.rendererType": "dom",
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.wordWrap": "on",
"editor.minimap.enabled": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment