wip toml encoder

This commit is contained in:
Mike Farah
2025-12-14 19:03:54 +11:00
parent 065b200af9
commit 5f9bf8d241
6 changed files with 693 additions and 8 deletions
+5
View File
@@ -465,6 +465,11 @@ func (n *CandidateNode) UpdateAttributesFrom(other *CandidateNode, prefs assignP
n.Anchor = other.Anchor
}
// Preserve EncodeSeparate flag for format-specific encoding hints
if other.EncodeSeparate {
n.EncodeSeparate = true
}
// merge will pickup the style of the new thing
// when autocreating nodes