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

Inlined Comments are being removed upon sort #222

Open
timendez opened this issue Jul 23, 2024 · 0 comments
Open

Inlined Comments are being removed upon sort #222

timendez opened this issue Jul 23, 2024 · 0 comments

Comments

@timendez
Copy link

Test YAML:

game:
  core:
    serviceRpcTimeoutMillis: 6900000 # Extra-long for debugging locally

Upon sorting this, it strips the comment and yields:

game:
  core:
    serviceRpcTimeoutMillis: 6900000

thanks for the project! ❤️

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

1 participant