You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Harper flags multiple contiguous spaces as an error. This is usually the right thing to do, but in HTML such multiple spaces are condensed down to a single space and people use multiple spaces for formatting, aligning, indenting, etc.
I'm only talking about within tags that contain text. Harper ignores whitespace that's part of the HTML format.
To Reproduce
Steps to reproduce the behavior:
Open an HTML file in your harper-supporting editor.
Look for text with multiple spaces, or type in some extra spaces.
Note the squigglies.
Expected behavior
No squigglies for repeated spaces in text parts of HTML files.
Screenshots
Additional context
This might involve a general way of disabling specific lints for specific file formats, which will probably turn out to be useful elsewhere.
The text was updated successfully, but these errors were encountered:
Describe the bug
Harper flags multiple contiguous spaces as an error. This is usually the right thing to do, but in HTML such multiple spaces are condensed down to a single space and people use multiple spaces for formatting, aligning, indenting, etc.
I'm only talking about within tags that contain text. Harper ignores whitespace that's part of the HTML format.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No squigglies for repeated spaces in text parts of HTML files.
Screenshots
Additional context
This might involve a general way of disabling specific lints for specific file formats, which will probably turn out to be useful elsewhere.
The text was updated successfully, but these errors were encountered: