Skip to content

Commit

Permalink
chore: Configure vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-suhas committed Dec 6, 2017
1 parent a2e00c7 commit c9a92b5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"files.eol": "\n",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 30000,
"go.liveErrors": {
"enabled": true,
"delay": 500
},
"go.lintTool": "gometalinter",
"go.lintFlags": [
"--disable-all",
"--enable=megacheck",
"--enable=golint",
"--enable=errcheck",
"--enable=lll",
"--vendor",
"--line-length=120",
"--concurrency=2"
],
"editor.insertSpaces": false
}

0 comments on commit c9a92b5

Please sign in to comment.