prettier/tests/yaml_mapping/merge-twice.yml

11 lines
116 B
YAML

.anchors:
- &anchor1
key: value
- &anchor2
another: prop
foo:
bar: baz
<<: *anchor1
<<: *anchor2