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
I'd like a way to tell yaml to quote fields using double quotes here, but only if quotation is required.
One can set the "quoted" attribute to force the use of double quotes, but then those quotes are applied on all string values, even those which might not require them.
The text was updated successfully, but these errors were encountered:
Would it be possible to customize the quote character used when generating YAML? For example:
I'd like a way to tell
yaml
to quote fields using double quotes here, but only if quotation is required.One can set the
"quoted"
attribute to force the use of double quotes, but then those quotes are applied on all string values, even those which might not require them.The text was updated successfully, but these errors were encountered: