diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..ce99e8b7e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "go.formatFlags": [ "-local", "github.com/ethereum/go-ethereum,github.com/status-im/status-go", "-w"], +}