From 602c8d75db0a0648c9fc4eb518094015fe9712ab Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 23 Apr 2019 21:37:59 -0400 Subject: use CRLF line endings in README.txt file for compatibility with more Windows text editors --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index cd1acd35..67d0626d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ # normalise line endings * text=auto +README.txt text=crlf -- cgit