From 784c74ca525b32d185de1d056bb13139816690b5 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 7 Mar 2022 01:37:41 +0530 Subject: [PATCH] chore: add gitattributes file Prevents Windows runners on GitHub Actions from mangling line endings --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1738163 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf