Skip to content

Instantly share code, notes, and snippets.

@fartbagxp
Created February 21, 2018 23:42
Show Gist options
  • Save fartbagxp/9ef8c47d6d4c19543a35931c9302f27f to your computer and use it in GitHub Desktop.
Save fartbagxp/9ef8c47d6d4c19543a35931c9302f27f to your computer and use it in GitHub Desktop.
Visual Studio user settings
{
"window.zoomLevel": 1,
"files.autoSave": "off",
"editor.tabSize": 2,
"workbench.colorTheme": "Material Theme",
"workbench.iconTheme": "material-icon-theme",
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnSave": true,
"eslint.autoFixOnSave": true,
"eslint.alwaysShowStatus": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment