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
{{ message }}
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.
When trying to fix a file that contains multiple type of line ending, eclint appears to get confused and remove a lot of content.
Content of the file:
As you can see, copy pasting from notepad++ to github already messes with things.
Note that the file is also in UTF-8 + bom.
The .editorConfig is set this way:
When doing
eclint check
the result are as follow:When doing

eclint fix
the fixed file looks like this:The code itself:
Attaching the files as well:
eclint_crlf_issue.zip
The text was updated successfully, but these errors were encountered: