v3/.vscode/settings.json

11 lines
273 B
JSON

{
"[starlark]": {
"editor.tabSize": 4
},
"bazel.buildifierFixOnFormat": true,
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"go.inferGopath": false,
"typescript.tsdk": "node_modules/typescript/lib"
}