Skip to content

Instantly share code, notes, and snippets.

View weslenng's full-sized avatar
✍️
Session 10, breakthrough

weslenng weslenng

✍️
Session 10, breakthrough
  • Campinas, Brazil
  • 13:21 (UTC -03:00)
View GitHub Profile
@weslenng
weslenng / settings.json
Last active March 29, 2020 16:30
My VSCode settings.json for a Golang development
{
"editor.detectIndentation": false,
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.rulers": [80, 120],
"editor.tabSize": 2,
"files.insertFinalNewline": true,
"go.autocompleteUnimportedPackages": true,
"go.formatTool": "goimports",
"go.lintTool": "golangci-lint",