You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use true/false rather than Yes/No as boolean values in example config snippets (#127)
YAML 1.1 accepts both, but YAML 1.2 only accepts true/false.
Our config parser uses YAML 1.1, but some popular validator tools
(like RedHat's vscode-yaml) default to validating against YAML 1.2.
Our examples might as well use the more widely accepted syntax.
0 commit comments