Skip to content

Commit 906f45b

Browse files
committed
support user.bazelrc
Signed-off-by: Joakim Ahrlin <[email protected]>
1 parent 2c25454 commit 906f45b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
build --workspace_status_command hack/build/print-workspace-status.sh
33
# Show timestamps with each bazel message
44
build --show_timestamps
5+
6+
# import per-user options
7+
try-import %workspace%/user.bazelrc

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ bazel-*
1414
_artifacts/
1515
/vendor/
1616
bin/
17+
user.bazelrc

0 commit comments

Comments
 (0)