-
Notifications
You must be signed in to change notification settings - Fork 4
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
2.0 upgrade removes double empty lines #23
Comments
Hi, thanks for the issue. The v1 version implementation is sometimes buggy and may not result same results especially involves comment. The v2 version focus the consistency of result so multiple successive empty lines would result one. If you want to separate the long sections I suppose using comments would be better and more reasonable? |
Thanks for looking into this so quickly! Would it be possible to make the max number of empty lines configurable or make it default to 2? |
Hi, sorry for the delay. I still think comment is a better way to do separates. And if you put a comment above, you can place any empty lines as you like. For example: aa: aa
# this is a comment
bb:
cc: ccccc |
in 1.1 this was considered valid (and to me desirable):
v2.x instead removes duplicated empty lines
I like having double empty lines to separate long sections. Is this configurable?
The text was updated successfully, but these errors were encountered: