Skip to content

Instantly share code, notes, and snippets.

@delacruz-dev
Created October 30, 2017 05:55
Show Gist options
  • Save delacruz-dev/02c9be9b4c4bcc1d9df934ca8be45307 to your computer and use it in GitHub Desktop.
Save delacruz-dev/02c9be9b4c4bcc1d9df934ca8be45307 to your computer and use it in GitHub Desktop.
Visual Studio user settings
{
"atomKeymap.promptV3Features": true,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 13,
"editor.formatOnPaste": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"workbench.fontAliasing": "antialiased",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "welcomePage"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment