2019-05-12 19:58:43 +09:00

62 lines
1.0 KiB
JSON

{
"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",
"cSpell.enabledLanguageIds": [
"csharp",
"go",
"javascript",
"javascriptreact",
"markdown",
"php",
"plaintext",
"text",
"typescript",
"typescriptreact",
"yml"
],
"cSpell.words": [
"loafle",
"devtools",
"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"
]
}