We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48166a commit 3ae5cbcCopy full SHA for 3ae5cbc
1 file changed
docs/formatting.md
@@ -14,4 +14,12 @@ nav_order: 4
14

15
16
To configure the version of `buildifier` that will be downloaded, configure the
17
-settings under `bsv.buildifier.*`.
+settings under `bsv.buildifier.*`.
18
+
19
+To format BUILD files on every save, add the following to your settings.json `> Preferences: Open Settings (JSON)`:
20
21
+```json
22
+"[bazel]": {
23
+ "editor.formatOnSave": true
24
+}
25
+```
0 commit comments