1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-02 12:05:23 +00:00
v2fly/.vscode/settings.json

17 lines
354 B
JSON
Raw Normal View History

2016-01-21 23:53:58 +00:00
// Place your settings in this file to overwrite default and user settings.
{
2016-05-28 11:44:11 +00:00
"editor.tabSize": 2,
2016-12-21 14:37:16 +00:00
"go.lintTool": "gometalinter",
2016-12-21 15:38:48 +00:00
"go.lintFlags": [
"--enable-gc"
],
2016-12-21 15:00:02 +00:00
"go.formatTool": "goimports",
2016-09-17 22:41:21 +00:00
"protoc": {
"options": [
"--proto_path=$GOPATH/src/",
"--proto_path=$GOPATH/src/github.com/google/protobuf/src"
]
}
2016-01-21 23:53:58 +00:00
}