Last active
September 19, 2017 18:31
-
-
Save skybrian/f86a839c36243bf02b0029ba6f02c98c to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"[plaintext]": { | |
"editor.quickSuggestions": false, | |
"editor.wordWrap": "bounded" | |
}, | |
// See: https://github.com/Microsoft/vscode/issues/34606 | |
"editor.autoClosingBrackets": false, | |
"editor.stablePeek": true, | |
"files.autoSave": "onFocusChange", | |
"go.coverageDecorator": "gutter", | |
"go.coverageOptions": "showUncoveredCodeOnly", | |
"go.inferGopath": true, | |
"go.lintOnSave": "off", | |
"go.toolsGopath": "/Users/skybrian/go/tools", | |
"go.useCodeSnippetsOnFunctionSuggest": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment