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

Serialized block comments are not correctly indented right after a block starts #662

Closed
krisrok opened this issue Jan 6, 2022 · 1 comment

Comments

@krisrok
Copy link

krisrok commented Jan 6, 2022

Describe the bug
Here's what's expected:

Person:
  # The person's name
  Name: Paul
  # The person's age
  Age: 50

The current implementation yields:

Person:
# The person's name
  Name: Paul
  # The person's age
  Age: 50

To Reproduce
Serialize any class with a reference type having a comment (using YamlMemberAttribute) on its first property.

@EdwardCooke
Copy link
Collaborator

The PR fixing this was merged. Closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants