We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When file has DOS line-endings (\r\n), fix-whitespace does nothing. Not even complain.
\r\n
fix-whitespace
I think it should be able to convert line-endings to unix ones, i.e. \n.
\n
EDIT: I can write a patch if this feature is ok to have.