v3/.vscode/settings.json

10 lines
219 B
JSON

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