-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Labels
help wantedWe're a small group who can't get to every issue promptly. We’d appreciate help fixing this issue!We're a small group who can't get to every issue promptly. We’d appreciate help fixing this issue!lang:yamlIssues affecting YAMLIssues affecting YAML
Description
After fixing #10510, we have this issue.
Prettier pr-10516
Playground link
--parser yamlInput:
key1: &default
# This key ...
subkey1: value1
key2:
<<: *defaultOutput:
key1: &default # This key ...
subkey1: value1
key2:
<<: *default
Expected behavior:
key1: &default
# This key ...
subkey1: value1
key2:
<<: *default
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedWe're a small group who can't get to every issue promptly. We’d appreciate help fixing this issue!We're a small group who can't get to every issue promptly. We’d appreciate help fixing this issue!lang:yamlIssues affecting YAMLIssues affecting YAML