1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-27 09:55:22 +00:00
v2fly/.vscode/settings.json
2016-12-21 16:38:48 +01:00

17 lines
354 B
JSON

// Place your settings in this file to overwrite default and user settings.
{
"editor.tabSize": 2,
"go.lintTool": "gometalinter",
"go.lintFlags": [
"--enable-gc"
],
"go.formatTool": "goimports",
"protoc": {
"options": [
"--proto_path=$GOPATH/src/",
"--proto_path=$GOPATH/src/github.com/google/protobuf/src"
]
}
}