Whenever files are changed in adobe flash cs5.5 it uses a CR (^M) as newlines. Because of this github sees the whole file as one line, and the diffs don't work. I have non-technical people working on this project, so I need the diffs to be clean on github.
How can I configure git, github, or flash so the diffs compare by lines and not the entire file?
I've tried the core.whitespace and core.autocrlf fixes to no avail.