From face4a3f768fc86fcf92dc5e075afdedc70281ea Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Wed, 6 Nov 2013 14:11:36 -0800 Subject: [PATCH] Force Unix line endings in spec/fixtures --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..1247a5b9e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# Specs depend on character counts, if we don't specify the line endings the +# fixtures will vary depending on platform +spec/fixtures/**/*.js text eol=lf +spec/fixtures/**/*.coffee text eol=lf +spec/fixtures/**/*.less text eol=lf +spec/fixtures/**/*.css text eol=lf +spec/fixtures/**/*.txt text eol=lf