Skip to content

Commit 586efa1

Browse files
committed
document include in bootstrap.example.toml
Signed-off-by: onur-ozkan <[email protected]>
1 parent dda6d65 commit 586efa1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

bootstrap.example.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
# Note that this has no default value (x.py uses the defaults in `bootstrap.example.toml`).
2020
#profile = <none>
2121

22+
# Inherits configuration values from different configuration files (a.k.a. config extensions).
23+
# Supports absolute paths, and uses the current directory (where the bootstrap was invoked)
24+
# as the base if the given path is not absolute.
25+
#include = []
26+
2227
# Keeps track of major changes made to this configuration.
2328
#
2429
# This value also represents ID of the PR that caused major changes. Meaning,
@@ -28,7 +33,7 @@
2833
# - A new option
2934
# - A change in the default values
3035
#
31-
# If the change-id does not match the version currently in use, x.py will
36+
# If the change-id does not match the version currently in use, x.py will
3237
# display the changes made to the bootstrap.
3338
# To suppress these warnings, you can set change-id = "ignore".
3439
#change-id = <latest change id in src/bootstrap/src/utils/change_tracker.rs>

0 commit comments

Comments
 (0)