-
Notifications
You must be signed in to change notification settings - Fork 197
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
Add YAML formatter #463 #464
Add YAML formatter #463 #464
Conversation
92e1838
to
28bfd76
Compare
28bfd76
to
314cd90
Compare
Thank you @lazebny just a few remaining comments and we can merge this. |
@zorbash any updates? |
@lazebny One last thing. We have to update the README here to mention the new task which exports a YAML spec. We should also mention in the readme that If a user doesn't add the
|
ead6b86
to
b653588
Compare
@zorbash updated README.md, please re-check |
b653588
to
e8181de
Compare
Thank you @lazebny 👍 |
There is a basic implementation of YAML format in a ready-to-work state.
A way for improvement is to abstract YAML encoder. Since there is no standard behavior for such encoder that requires additional invesigation.