Skip to content

Instantly share code, notes, and snippets.

@fuzzzerd
Created February 14, 2018 17:04
Show Gist options
  • Save fuzzzerd/221a4a348156e3715c7c2a9184dc0433 to your computer and use it in GitHub Desktop.
Save fuzzzerd/221a4a348156e3715c7c2a9184dc0433 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
"workbench.colorTheme": "Solarized Dark",
"editor.cursorStyle": "line",
"editor.cursorBlinking": "expand",
"editor.fontSize": 16,
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code",
"editor.renderWhitespace": "all",
"editor.smoothScrolling": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"git.autofetch": true
@fuzzzerd
Copy link
Author

fuzzzerd commented Feb 14, 2018

My personal settings for Visual Studio code; note I use the Fira Code font which you will need to install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment