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'm using Yams to dump Encodable struct to file via YamlEncoder.
I found a little glitch that the malformed indentation before the flow style array elements that nested in mapping.
This isn't corrupted yaml syntax, but it's preferable to indent it.
We've run into this as well. The main issue for us is that the YAML VSCode extension adds the indenting on save but then our tooling removed the indent when it updates the files.
It appears to be an issue with libyaml, which Yams wraps.
Hi, many thanks for Yams.
I'm using Yams to dump Encodable struct to file via YamlEncoder.
I found a little glitch that the malformed indentation before the flow style array elements that nested in mapping.
This isn't corrupted yaml syntax, but it's preferable to indent it.
Example
Current behavior
Expected
Environments
Library version: 2.0.0
Swift version: 5.1
Xcode version: 11.2.1
The text was updated successfully, but these errors were encountered: