Skip to content

Instantly share code, notes, and snippets.

@takeshy
Created June 23, 2019 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takeshy/b38f31613802d724fe6e8bf5b3863b32 to your computer and use it in GitHub Desktop.
Save takeshy/b38f31613802d724fe6e8bf5b3863b32 to your computer and use it in GitHub Desktop.
settings json for vs code
{
"editor.minimap.enabled": false,
"editor.formatOnSave": true,
"tslint.alwaysShowRuleFailuresAsWarnings": true,
"window.zoomLevel": 2,
"explorer.confirmDelete": false,
"files.trimTrailingWhitespace": true,
"files.eol": "\n",
"typescript.updateImportsOnFileMove.enabled": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment