We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3242a commit 2dff093Copy full SHA for 2dff093
.vscode/settings.json
@@ -21,5 +21,8 @@
21
"editor.formatOnSave": true
22
},
23
"typescript.tsdk": "node_modules/typescript/lib",
24
- "editor.rulers": [100]
+ "editor.rulers": [100],
25
+ "bazel.buildifierExecutable": "node_modules/.bin/buildifier",
26
+ "bazel.buildifierFixOnFormat": true,
27
+ "bazel.executable": "node_modules/.bin/bazel"
28
}
0 commit comments