From e40514ad1f09f29aa9233cfd67ac94fff1d06c30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerzy=20M=C3=BCller?= Date: Mon, 9 Feb 2015 17:31:45 +0100 Subject: [PATCH] .gitattributes added To ensure unix-style line endings (lf). This should not affect any non-Windows developers. --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2651806 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +*.java text eol=lf +*.MD text eol=lf +*.gradle text eol=lf +*.groovy text eol=lf +*.properties text eol=lf +*.scala text eol=lf