mirror of
https://github.com/intergalacticalvariable/reader.git
synced 2024-11-16 03:32:25 +08:00
105 lines
2.4 KiB
JSON
105 lines
2.4 KiB
JSON
{
|
|
"editor.wordWrap": "on",
|
|
"editor.wordWrapColumn": 120,
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.trimFinalNewlines": true,
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
},
|
|
"[vue]": {
|
|
"editor.defaultFormatter": "Vue.volar"
|
|
},
|
|
"[jsonc]": {
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
|
},
|
|
"[yaml]": {
|
|
"editor.defaultFormatter": "redhat.vscode-yaml"
|
|
},
|
|
"[markdown]": {
|
|
"files.trimTrailingWhitespace": false
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"vetur.format.defaultFormatter.ts": "vscode-typescript",
|
|
"vetur.format.defaultFormatter.js": "vscode-typescript",
|
|
"typescript.preferences.quoteStyle": "single",
|
|
"typescript.format.semicolons": "insert",
|
|
"typescript.preferences.importModuleSpecifier": "project-relative",
|
|
"typescript.locale": "en",
|
|
"cSpell.enabled": true,
|
|
"cSpell.words": [
|
|
"Apiextensions",
|
|
"apihubble",
|
|
"auths",
|
|
"AUTOCASTABLE",
|
|
"Autocasting",
|
|
"backchannel",
|
|
"bodyparser",
|
|
"bson",
|
|
"BUILDKIT",
|
|
"buildx",
|
|
"castable",
|
|
"cmdl",
|
|
"Commandline",
|
|
"conpty",
|
|
"cpid",
|
|
"deferreds",
|
|
"DEVBOT",
|
|
"dockerhub",
|
|
"entrypoint",
|
|
"ENVIROMENT",
|
|
"finetuner",
|
|
"fpath",
|
|
"fswalk",
|
|
"Grafana",
|
|
"Hasher",
|
|
"istio",
|
|
"jina",
|
|
"jinahub",
|
|
"jinameta",
|
|
"Knative",
|
|
"kourier",
|
|
"kube",
|
|
"kubectl",
|
|
"Kubernetes",
|
|
"kwargs",
|
|
"letsencrypt",
|
|
"liveconfigs",
|
|
"LOGNAME",
|
|
"metas",
|
|
"Mgmt",
|
|
"middlewares",
|
|
"minikube",
|
|
"minio",
|
|
"ndjson",
|
|
"nodelib",
|
|
"oidc",
|
|
"openapi",
|
|
"paramtypes",
|
|
"penv",
|
|
"pino",
|
|
"prebuild",
|
|
"quickstart",
|
|
"reinit",
|
|
"sslip",
|
|
"subval",
|
|
"Succ",
|
|
"timedout",
|
|
"TOTP",
|
|
"tsbuildinfo",
|
|
"tsyringe",
|
|
"typeclass",
|
|
"upsert",
|
|
"upserted",
|
|
"userinfo",
|
|
"Vecs",
|
|
"vectorize",
|
|
"WECHAT",
|
|
"WXPAY"
|
|
],
|
|
} |