Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(yaml): prefer dash as document separator #4921

Merged

Conversation

ikatyang
Copy link
Member

@ikatyang ikatyang commented Aug 1, 2018

Fixes #4920

Prettier pr-4921
Playground link

--parser yaml

Input:

one:
  key: 1
---
two:
  key: 2

Output:

one:
  key: 1
---
two:
  key: 2

@azz azz merged commit d83ca5a into prettier:master Aug 1, 2018
@ikatyang ikatyang deleted the fix/yaml-document-separator-prefer-dash branch August 1, 2018 04:10
@ikatyang ikatyang added this to the 1.14.1 milestone Aug 2, 2018
@lock lock bot added the locked-due-to-inactivity Please open a new issue and fill out the template instead of commenting. label Oct 31, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Oct 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked-due-to-inactivity Please open a new issue and fill out the template instead of commenting.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants