From a736d2d40a25ab4c0c378d561cdb7f5c1fb19482 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 7 Oct 2014 17:57:53 -0700 Subject: v1.0 --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a97ce0b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Enforce Unix newlines +*.conf text eol=lf +*.sbt text eol=lf +*.scala text eol=lf +*.sh text eol=lf +*.md text eol=lf +*.txt text eol=lf +*.yml text eol=lf -- cgit v1.2.3