Skip to content

Instantly share code, notes, and snippets.

@saqibameen
Created January 24, 2018 17:44
Show Gist options
  • Save saqibameen/49e48fbdde1efa23c59f61877fed3623 to your computer and use it in GitHub Desktop.
Save saqibameen/49e48fbdde1efa23c59f61877fed3623 to your computer and use it in GitHub Desktop.
VSCode User Settings
{
"workbench.colorTheme": "Cobalt2",
"editor.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 16,
"editor.lineHeight": 23,
"editor.letterSpacing": 0.5,
"files.trimTrailingWhitespace": true,
"editor.fontWeight": "400",
"prettier.eslintIntegration": true,
// this isn't really underline-thin but we hack it to be a thicker cursor
"editor.cursorStyle": "underline-thin",
"editor.cursorBlinking": "solid",
"vscode_custom_css.imports": [
"C:/Users/Saqib Ameen/AppData/Roaming/Code/.vscodestyles.css"
],
"editor.renderWhitespace": "all",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment