From 106914e14e433f6f98fa996b34685423f074a039 Mon Sep 17 00:00:00 2001 From: Rounak Shrestha <66557682+Rounak-stha@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:43:18 +0545 Subject: [PATCH] fix: Local Setup on Windows (#5539) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..526c8a38d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf \ No newline at end of file