aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/best-practices.md
diff options
context:
space:
mode:
authorGravatar Stefan Sauer <ensonic@hora-obscura.de>2017-11-02 17:22:39 -0400
committerGravatar John Cater <jcater@google.com>2017-11-03 09:53:19 -0400
commit479079fe7dd45a1ff99252d02bcffa0bdb7362ef (patch)
treeb04f04ae174ce652c73af6554a1f0bd9530dfb3e /site/docs/best-practices.md
parentdaa394d7c231800c111ef6d589ea54b38c885ede (diff)
Add a link for the bazel.rc/.bazelrc format
Closes #4009. PiperOrigin-RevId: 174380096
Diffstat (limited to 'site/docs/best-practices.md')
-rw-r--r--site/docs/best-practices.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/docs/best-practices.md b/site/docs/best-practices.md
index 5ec3be1735..e749062cb5 100644
--- a/site/docs/best-practices.md
+++ b/site/docs/best-practices.md
@@ -86,7 +86,8 @@ misleading alias to point both targets to one guava library, then the BUILD file
## `.bazelrc`
-For project-specific options, use the configuration file `_your-workspace_/tools/bazel.rc`.
+For project-specific options, use the configuration file `_your-workspace_/tools/bazel.rc` (see
+[bazelrc format](https://docs.bazel.build/bazel-user-manual.html#bazelrc)).
For options that you **do not** want to check into source control, create the configuration file
`_your-workspace_/.bazelrc` and add `.bazelrc` to your `.gitignore`. Note that this file has a