mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-04 09:17:32 -05:00
15 lines
337 B
JSON
15 lines
337 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"editor.tabSize": 2,
|
|
|
|
"go.buildTags": "json",
|
|
"go.lintTool": "gometalinter",
|
|
"go.formatTool": "goimports",
|
|
|
|
"protoc": {
|
|
"options": [
|
|
"--proto_path=$GOPATH/src/",
|
|
"--proto_path=$GOPATH/src/github.com/google/protobuf/src"
|
|
]
|
|
}
|
|
} |