v3/.vscode/settings.json
2020-10-10 04:36:22 -04:00

10 lines
219 B
JSON

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