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
When using HAML filters, the formatter of v4.0.2 inserts an unwanted blank line.
v4.0.2
This ...
%html %head :javascript console.log('This is inline script'); %body = yield
... is formatted as ...
... and so on. Note the added line(s) before %body. Each time (e.g. by saving in VSCode) the formatter adds another blank line.
%body
The text was updated successfully, but these errors were encountered:
Thanks for your patience @ledermann, I'll release this in a new patch release momentarily.
Sorry, something went wrong.
Works fine, thanks!
Successfully merging a pull request may close this issue.
When using HAML filters, the formatter of
v4.0.2
inserts an unwanted blank line.This ...
... is formatted as ...
... is formatted as ...
... and so on. Note the added line(s) before
%body
.Each time (e.g. by saving in VSCode) the formatter adds another blank line.
The text was updated successfully, but these errors were encountered: