From 69bb8178d216d2d75d771114643d6749abdc7aea Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 4 Nov 2016 00:10:10 -0400 Subject: normalise inconsistent line endings --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..cd1acd35 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# normalise line endings +* text=auto -- cgit