settings is changed

This commit is contained in:
crusader 2019-05-11 14:22:36 +09:00
parent 440e7ba009
commit 575e25cfb9

90
.vscode/settings.json vendored
View File

@ -1,42 +1,52 @@
{
"protoc": {
"options": [
"--proto_path=api/v1/proto",
"--proto_path=third_party/googleapis",
"--proto_path=third_party/google/protobuf"
]
},
"cSpell.words": [
"Checkf",
"IFNULL",
"Nanos",
"Newf",
"Protobuf",
"RPCs",
"Unkeyed",
"adeo",
"amsokol",
"cloudbuild",
"ctxtags",
"ecfg",
"envconfig",
"gcloud",
"genproto",
"glog",
"googleapis",
"grpc",
"gzipped",
"healthz",
"kelseyhightower",
"lmru",
"microservice",
"myid",
"operationlog",
"pgrpc",
"proto",
"protoc",
"ptypes",
"reqid",
"zcfg"
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.autoClosingBrackets": "languageDefined",
"editor.trimAutoWhitespace": true,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"go.testFlags": ["-v"],
"go.testTimeout": "100s",
"protoc": {
"options": [
"--proto_path=api/v1/proto",
"--proto_path=third_party/googleapis",
"--proto_path=third_party/google/protobuf"
]
}
},
"cSpell.words": [
"Checkf",
"IFNULL",
"Nanos",
"Newf",
"Protobuf",
"RPCs",
"Unkeyed",
"adeo",
"amsokol",
"cloudbuild",
"ctxtags",
"ecfg",
"envconfig",
"gcloud",
"genproto",
"glog",
"googleapis",
"grpc",
"gzipped",
"healthz",
"kelseyhightower",
"lmru",
"microservice",
"myid",
"operationlog",
"pgrpc",
"proto",
"protoc",
"ptypes",
"reqid",
"zcfg"
]
}