We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fbeb8 commit bedc0eaCopy full SHA for bedc0ea
bootstrap.example.toml
@@ -8,6 +8,14 @@
8
# `bootstrap.toml` in the current directory of a build for build configuration, but
9
# a custom configuration file can also be specified with `--config` to the build
10
# 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
+
19
20
# =============================================================================
21
# Global Settings
0 commit comments