From bece03719c69a281174f7ccfca21c4aa13ebeb04 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Wed, 25 Aug 2021 19:12:00 -0400 Subject: [PATCH] Add .gitattributes to force LF for test*.txt on Windows --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f9e337f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.txt text eol=lf