From 741e6915e223d75aa12169d5fdee4e0f8e457f42 Mon Sep 17 00:00:00 2001 From: Joakim Soderberg Date: Wed, 27 Feb 2013 23:25:04 +0100 Subject: [PATCH] Always use LF as line ending so that we don't get any problems with line endings in any tests. --- test/suites/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/suites/.gitattributes diff --git a/test/suites/.gitattributes b/test/suites/.gitattributes new file mode 100644 index 0000000..68d8861 --- /dev/null +++ b/test/suites/.gitattributes @@ -0,0 +1,2 @@ +api/ text=auto +* text eol=lf \ No newline at end of file