Skip to content

Instantly share code, notes, and snippets.

@roguesherlock
Created March 20, 2018 08:32
Show Gist options
  • Save roguesherlock/2703db036eb2fcbc755a6f50d3226f62 to your computer and use it in GitHub Desktop.
Save roguesherlock/2703db036eb2fcbc755a6f50d3226f62 to your computer and use it in GitHub Desktop.
vscode settings
{
"editor.fontFamily": "Fira Code Retina",
"editor.fontSize": 13,
"workbench.colorTheme": "Solarized Light",
"editor.fontLigatures": true,
"window.menuBarVisibility": "toggle",
"files.trimTrailingWhitespace": true,
"editor.multiCursorModifier": "alt",
"nightswitch.dayTheme": "Solarized Light",
"nightswitch.nightTheme": "Solarized Dark",
"nightswitch.geolocation": true,
"files.autoSave": "afterDelay",
"explorer.confirmDelete": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment