Commit Graph

3 Commits

Author SHA1 Message Date
Joey Parrish ff53d48175 [ES6] Force JS files to use unix newlines on Windows
Git checks out files with native newlines, which is making eslint angry.

Issue #1157
Issue #1228

Change-Id: If83adca5c206581c5fe1883a07c4d5c84a326663
2018-01-18 00:01:05 +00:00
Joey Parrish ac27d33c00 Only force LF line endings on executable scripts.
Everything else can be auto-converted between LF and CRLF according to
the platform's native format.

Closes #12.

Change-Id: I95d3c1df46effbf2ae563ef1d881238020b88185
2015-01-26 15:09:40 -08:00
Joey Parrish 66e4aa27fa Always check out files with LF on Windows.
An attempt at issue #12.

Change-Id: I4544a90208389050c89ed406bce2593b15c870d7
2015-01-26 15:08:48 -08:00