Skip to content

Instantly share code, notes, and snippets.

@sinsunsan
Last active July 12, 2018 12:36
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 sinsunsan/f8ee582d4c5306b175b5bb9372841731 to your computer and use it in GitHub Desktop.
Save sinsunsan/f8ee582d4c5306b175b5bb9372841731 to your computer and use it in GitHub Desktop.
visual studio updated
{
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"editor.minimap.enabled": false,
"window.zoomLevel": 0,
"editor.wordWrap": "on",
"explorer.confirmDragAndDrop": false,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"explorer.confirmDelete": false,
"git.enableSmartCommit": true,
"editor.formatOnSave": true,
// https://stackoverflow.com/questions/29972396/how-to-set-tab-space-style
// When opening a file, `editor.tabSize` and `editor.insertSpaces`
// will be detected based on the file contents. Set to false to keep
// the values you've explicitly set, above.
"editor.detectIndentation": false,
"editor.tabSize": 2,
"typescript.updateImportsOnFileMove.enabled": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment