From 0188eb84dfd002b7d3957e217627830889e3cbde Mon Sep 17 00:00:00 2001 From: tydeu Date: Mon, 13 Sep 2021 11:55:02 -0400 Subject: [PATCH] chore: add `.gitattributes` file --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..dfdb8b771c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf