Skip to content

Instantly share code, notes, and snippets.

@alexbilbie
Created May 20, 2016 08:08
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 alexbilbie/fa66c86100d3ab27dccf653833f83451 to your computer and use it in GitHub Desktop.
Save alexbilbie/fa66c86100d3ab27dccf653833f83451 to your computer and use it in GitHub Desktop.
Visual Studio Code settings
[
{
"key": "alt+cmd+l",
"command": "editor.action.format",
"when": "editorTextFocus"
},
{
"key": "cmd+l",
"command": "expandLineSelection",
"when": "editorTextFocus"
}
]
{
"editor.fontSize": 15,
"editor.lineHeight": 30,
"go.buildOnSave": true,
"go.lintOnSave": true,
"go.vetOnSave": true,
"go.formatOnSave": true,
"go.formatTool": "goreturns",
"go.goroot": "/usr/local/opt/go/libexec",
"go.gopath": "/Users/alexbilbie/Code/Go"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment