diff --git a/site/en/run/bazelrc.md b/site/en/run/bazelrc.md index 7943da726ec114..7bdf541397da93 100644 --- a/site/en/run/bazelrc.md +++ b/site/en/run/bazelrc.md @@ -56,7 +56,8 @@ before the command (`build`, `test`, etc). This flag is optional but can also be specified multiple times. `/dev/null` indicates that all further `--bazelrc`s will be ignored, which - is useful to disable the search for a user rc file, such as in release builds. + is useful to disable the search for a user rc file, such as in release + builds. For example: @@ -232,6 +233,9 @@ line. Entries are relative to the workspace root. Bazel reads optional bazelrc files in this order: - System rc-file located at `etc/bazel.bazelrc`. - Workspace rc-file located at `$workspace/tools/bazel.rc`. -- Home rc-file localted at `$HOME/.bazelrc` +- Home rc-file located at `$HOME/.bazelrc` -Each bazelrc file listed here has a corresponding flag which can be used to disable them (e.g. `--nosystem_rc`, `--noworkspace_rc`, `--nohome_rc`). You can also make Bazel ignore all bazelrcs by passing the `--ignore_all_rc_files` startup option. +Each bazelrc file listed here has a corresponding flag which can be used to +disable them (e.g. `--nosystem_rc`, `--noworkspace_rc`, `--nohome_rc`). You can +also make Bazel ignore all bazelrcs by passing the `--ignore_all_rc_files` +startup option.