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