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
After running hydration the environment variables are being saved to the OpenAPI Spec, but the formatting of the document seems off.
The serde_json crate seems to have pretty print, but the serde_yaml crate don't for whatever reason - a little bit inconsistency there.
This has to be addressed preferably without too many dependencies, previously I used prettier, but it would be maybe better without it if possible.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
After running hydration the environment variables are being saved to the OpenAPI Spec, but the formatting of the document seems off.
The serde_json crate seems to have pretty print, but the serde_yaml crate don't for whatever reason - a little bit inconsistency there.
This has to be addressed preferably without too many dependencies, previously I used prettier, but it would be maybe better without it if possible.
The text was updated successfully, but these errors were encountered: