We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
no
1 parent 057b19c commit 5d4d28aCopy full SHA for 5d4d28a
1 file changed
docs/setup/basics.md
@@ -24,8 +24,9 @@ available settings.
24
whitespace is mostly a stylistic choice.
25
26
* In YAML, values do not need to be escaped, which can cause ambiguities if
27
- a value can be interpreted as different types, such as `no`, which could
28
- the a string or a boolean. TOML requires all strings to be quoted.
+ a value can be interpreted as different types, such as `no` or `off`, which would
+ both be interpreted as a boolean by YAML, when they could be intended as strings.
29
+ TOML requires all strings to be quoted.
30
31
[TOML file format]: https://toml.io/
32
0 commit comments