Closed Bug 800494 Opened 12 years ago Closed 12 years ago

[socorro-crashstats] kill all CLRF everywhere

Categories

(Socorro :: Webapp, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: peterbe, Unassigned)

Details

I think we have accidentally carried over some CRLF (i.e \r\n) over from some Windows development into files in socorro-crashstats.

We should replace all \r\n with \n
brew install dos2unix
find -r * -type f | xargs dos2unix
You might want to use `git ls-files` so it only touches checked in files. 

Or `cd crashstats; git ls-files | xargs dos2unix`
Commit pushed to master at https://github.com/mozilla/socorro-crashstats

https://github.com/mozilla/socorro-crashstats/commit/171844be22703dad36186d44b31d4902fbe5deab
Merge pull request #142 from Lonnen/bug800494-remove-crlf

remove crlf line endlings, except in JS libs
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.