Skip to content

Instantly share code, notes, and snippets.

View savi2w's full-sized avatar
🌟

savi2w savi2w

🌟
  • Campinas, SP - Brazil
  • 23:04 (UTC -03:00)
View GitHub Profile
@savi2w
savi2w / 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",