HuddleEng / PhantomCSS

Visual/CSS regression testing with PhantomJS
MIT License
4.72k stars 259 forks source link

Introduce end-of-line normalization #117

Closed asymmetric closed 9 years ago

asymmetric commented 9 years ago

End-of-lines are normalized before being committed (i.e., they're converted to LF).

Upon checkout, they're converted to CRLF on Windows, or left as-is on OS X/Linux by default.

Closes #113.

Tip: add ?w=1 to the URL of the diff page to see that it's almost only whitespace changes.

jamescryer commented 9 years ago

Thanks for the PR. I'll review in a couple of weeks (sorry I cant do sooner)