From 7f8b9fe1f00d7be355c7b5d4380e7d181058c4b3 Mon Sep 17 00:00:00 2001
From: vsvipul <vsvipul@github.com>
Date: Mon, 31 Jan 2022 13:00:27 +0530
Subject: [PATCH] Fix line ending for windows test

---
 .gitattributes | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes
index 541fd55..6e67b9b 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,2 @@
-.licenses/** -diff linguist-generated=true
\ No newline at end of file
+.licenses/** -diff linguist-generated=true
+* text=auto eol=lf
\ No newline at end of file