Closed cmungall closed 2 years ago
Always use canonical forms true and false for bools in YAML
true
false
This will ensure future proofing for yaml 1.2, frameworks like rueyaml, etc
The status of non-canonical forms in 1.2 is a little unclear
https://stackoverflow.com/questions/42283732/are-on-and-off-supposed-to-be-interpreted-as-true-or-false-in-yaml-1-2
oooooh oh. Almost all odk config files in existence have upper casing. Well, better late than never..
Always use canonical forms
true
andfalse
for bools in YAMLThis will ensure future proofing for yaml 1.2, frameworks like rueyaml, etc
The status of non-canonical forms in 1.2 is a little unclear
https://stackoverflow.com/questions/42283732/are-on-and-off-supposed-to-be-interpreted-as-true-or-false-in-yaml-1-2