Skip to content

Instantly share code, notes, and snippets.

@borgateo
Last active November 20, 2018 17:53
Show Gist options
  • Save borgateo/d49d8dfee5e598859ce70ab262bb262b to your computer and use it in GitHub Desktop.
Save borgateo/d49d8dfee5e598859ce70ab262bb262b to your computer and use it in GitHub Desktop.
settings.json
{
"editor.tabSize": 2,
"editor.renderWhitespace": "boundary",
"editor.cursorStyle": "block",
"editor.fontFamily": "'Office Code Pro D', Inconsolota, Menlo, Monaco, monospace",
"editor.fontSize": 13,
"editor.formatOnSave": true,
"[javascript]": {
"editor.formatOnSave": false,
},
"eslint.autoFixOnSave": true,
"eslint.alwaysShowStatus": true,
"editor.multiCursorModifier": "ctrlCmd"
}
@borgateo
Copy link
Author

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