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 really enjoying the ability to use yaml.Node to modify a YAML document while mostly preserving comments and formatting. The one big gap is the inability to preserve indentation.
I've found a couple related issues, but they don't quite get at the problem:
I'm really enjoying the ability to use
yaml.Node
to modify a YAML document while mostly preserving comments and formatting. The one big gap is the inability to preserve indentation.I've found a couple related issues, but they don't quite get at the problem:
I would be happy to take a stab at implementing this if y'all would accept a PR (and maybe provide some guidance).
The text was updated successfully, but these errors were encountered: