-
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
When using HAML filters, the formatter of v4.0.2 inserts an unwanted blank line.
This ...
%html
%head
:javascript
console.log('This is inline script');
%body
= yield... is formatted as ...
%html
%head
:javascript
console.log('This is inline script');
%body
= yield... is formatted as ...
%html
%head
:javascript
console.log('This is inline script');
%body
= yield... and so on. Note the added line(s) before %body.
Each time (e.g. by saving in VSCode) the formatter adds another blank line.
Metadata
Metadata
Assignees
Labels
No labels