From 4188d9bbca5a68b7eaad81d47eca315dc2acdabc Mon Sep 17 00:00:00 2001 From: Kyle Clemens Date: Thu, 1 Oct 2015 17:06:08 -0400 Subject: [PATCH] Added: .gitattributes to standardize line endings --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..aecd8c8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +text eol=lf +*.java text