Fixes auto expansion of properties #1127

This commit is contained in:
Mike Farah
2022-03-01 11:29:11 +11:00
parent 2e731c310f
commit edbdb16ab7
3 changed files with 11 additions and 13 deletions
+1
View File
@@ -95,6 +95,7 @@ func (dec *propertiesDecoder) Decode(rootYamlNode *yaml.Node) error {
if err != nil {
return err
}
properties.DisableExpansion = true
rootMap := &CandidateNode{
Node: &yaml.Node{