Last active
July 12, 2018 12:36
-
-
Save sinsunsan/f8ee582d4c5306b175b5bb9372841731 to your computer and use it in GitHub Desktop.
visual studio updated
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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