I'm working with a legacy codebase, some of which uses CRLF line endings, mixed with more recent updates which use LF. 

Textmate displays these as <CR>

Is there an existing bundle item which will strip the <CR> and make the full file LF consistent?

I'd rather this was a manual action rather than Save As... or done transparently, because it can complicate git conflicts if its not managed.

Thanks