A fellow coder uses a Windows computer that is putting carriage returns everywhere in our source.
Is there a way to write a git hook that converts all \r\n
to \n
?
Note I haven't used git hooks before, so a little extra hand-holding might go a long way :)