Skip to content

Instantly share code, notes, and snippets.

@jordanbtucker
Last active April 5, 2017 01:13
Show Gist options
  • Save jordanbtucker/e674dda0ec337a6fb4186791344461b6 to your computer and use it in GitHub Desktop.
Save jordanbtucker/e674dda0ec337a6fb4186791344461b6 to your computer and use it in GitHub Desktop.
VS Code Settings
// Place your settings in this file to overwrite the default settings
{
"editor.rulers": [
80
],
"editor.insertSpaces": false,
"editor.minimap.enabled": true,
"editor.renderWhitespace": "boundary",
"workbench.welcome.enabled": false,
"window.reopenFolders": "none",
"window.newWindowDimensions": "maximized",
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.hotExit": "off",
"extensions.autoUpdate": true,
"telemetry.enableTelemetry": false,
"eslint.autoFixOnSave": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment