We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c25454 commit 906f45bCopy full SHA for 906f45b
.bazelrc
@@ -2,3 +2,6 @@
2
build --workspace_status_command hack/build/print-workspace-status.sh
3
# Show timestamps with each bazel message
4
build --show_timestamps
5
+
6
+# import per-user options
7
+try-import %workspace%/user.bazelrc
.gitignore
@@ -14,3 +14,4 @@ bazel-*
14
_artifacts/
15
/vendor/
16
bin/
17
+user.bazelrc
0 commit comments