Skip to content

Commit bedc0ea

Browse files
committed
bootstrap.example.toml: add note explaining toml
1 parent 01fbeb8 commit bedc0ea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

bootstrap.example.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
# `bootstrap.toml` in the current directory of a build for build configuration, but
99
# a custom configuration file can also be specified with `--config` to the build
1010
# system.
11+
#
12+
# Note that the following are equivelent, for more details see <https://toml.io/en/v1.0.0>.
13+
#
14+
# build.verbose = 1
15+
#
16+
# [build]
17+
# verbose = 1
18+
1119

1220
# =============================================================================
1321
# Global Settings

0 commit comments

Comments
 (0)