From fc46c9b3c9d59f94248e7fc57f05533eec5a19b7 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 6 Dec 2022 16:32:25 -0800 Subject: [PATCH] Add a .gitattributes file to make *.sh files use LF line endings. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8237fdf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Bourne-style shell scripts: These are Unix-style scripts. Don't add CR's. +*.sh text eol=lf