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
Don't pad blank lines
Pads new lines
Delete all content in blank lines
Checked in VIM (where it doesn't trim blank lines by default)
Check screenshot
This command messes up with vap in vim which "selects around paragraph"
vap
Trim blank lines
The text was updated successfully, but these errors were encountered:
fix(formatter): do not insert padding in blankline
ab369bd
closes #48
published v1.1.5 with this fix
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Expected Behavior
Don't pad blank lines
Current Behavior
Pads new lines
Possible Solution
Delete all content in blank lines
Steps to Reproduce
Context (Environment)
Checked in VIM (where it doesn't trim blank lines by default)
Detailed Description
Check screenshot
This command messes up with
![image](https://user-images.githubusercontent.com/4065733/78201153-24afe600-744e-11ea-891d-4e62f5951d98.png)
vap
in vim which "selects around paragraph"Possible Implementation
Trim blank lines
The text was updated successfully, but these errors were encountered: