We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for this cool little helper, it has made prettier much more usable/enjoyable for me.
Unfortunately YAML formatting doesn't seem to work.
file contents:
version: 2 updates: # Maintain dependencies for poetry - package-ecosystem: "pip" directory: "/" schedule: interval: "daily"
Using prettier:
prettier
❯ cat .github/dependabot.yml | prettier --stdin-filepath .github/dependabot.yml version: 2
updates: # Maintain dependencies for poetry - package-ecosystem: "pip" directory: "/" schedule: interval: "daily"
→ formatting applied correctly
Using prettier_d_slim:
prettier_d_slim
❯ cat .github/dependabot.yml | prettier_d_slim --stdin --stdin-filepath .github/dependabot.yml
→ no formatting applied
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Thanks for this cool little helper, it has made prettier much more usable/enjoyable for me.
Unfortunately YAML formatting doesn't seem to work.
file contents:
Using
prettier
:❯ cat .github/dependabot.yml | prettier --stdin-filepath .github/dependabot.yml version: 2
→ formatting applied correctly
Using
prettier_d_slim
:❯ cat .github/dependabot.yml | prettier_d_slim --stdin --stdin-filepath .github/dependabot.yml
→ no formatting applied
The text was updated successfully, but these errors were encountered: