From 86bcf712dc0ce910e65868e51fa6403bcf11949e Mon Sep 17 00:00:00 2001 From: Samruddhi Somwanshi <89501759+sam301100@users.noreply.github.com> Date: Sat, 23 Sep 2023 09:30:43 -0700 Subject: [PATCH] fix: Addition of the .gitattributes file to standardize line endings #7191 (#7517) * addition of the .gitattributes file * Update .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..176a458f9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto