Add go.formatFlags to VS Code settings

This commit is contained in:
Pedro Pombeiro 2020-01-15 23:23:51 +01:00 committed by Pedro Pombeiro
parent 7f45c43196
commit ae18729f59
1 changed files with 3 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"go.formatFlags": [ "-local", "github.com/ethereum/go-ethereum,github.com/status-im/status-go", "-w"],
}