Skip to content

Commit 902a0b5

Browse files
Googlercopybara-github
Googler
authored andcommitted
Fix one typo and align to 80 cols.
PiperOrigin-RevId: 484580085 Change-Id: I5c55a5e90b365a5b01dde914bb0819e1e683e1a7
1 parent 7305e39 commit 902a0b5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

site/en/run/bazelrc.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ before the command (`build`, `test`, etc).
5656
This flag is optional but can also be specified multiple times.
5757

5858
`/dev/null` indicates that all further `--bazelrc`s will be ignored, which
59-
is useful to disable the search for a user rc file, such as in release builds.
59+
is useful to disable the search for a user rc file, such as in release
60+
builds.
6061

6162
For example:
6263

@@ -232,6 +233,9 @@ line. Entries are relative to the workspace root.
232233
Bazel reads optional bazelrc files in this order:
233234
- System rc-file located at `etc/bazel.bazelrc`.
234235
- Workspace rc-file located at `$workspace/tools/bazel.rc`.
235-
- Home rc-file localted at `$HOME/.bazelrc`
236+
- Home rc-file located at `$HOME/.bazelrc`
236237
237-
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.
238+
Each bazelrc file listed here has a corresponding flag which can be used to
239+
disable them (e.g. `--nosystem_rc`, `--noworkspace_rc`, `--nohome_rc`). You can
240+
also make Bazel ignore all bazelrcs by passing the `--ignore_all_rc_files`
241+
startup option.

0 commit comments

Comments
 (0)