From e236b7842c95e30b2eca56693709ec98aeaaa2e1 Mon Sep 17 00:00:00 2001 From: Steven Ryland Date: Tue, 22 Aug 2023 20:14:14 -0700 Subject: [PATCH] Adding .gitattributes to ensure .sh files are checked out with LF --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..d276903da --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto + +# Make sure bash scripts have lf +*.sh text eol=lf \ No newline at end of file