From 273f4fe894026e0c67bce0555c40bfeb352f0f90 Mon Sep 17 00:00:00 2001 From: Brian Rogers <6869577+brogers5@users.noreply.github.com> Date: Fri, 12 Jun 2020 22:07:18 -0400 Subject: [PATCH] Add gitattributes file to implement alternative approach to handling Bash script line-ending normalization. --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..22ede88 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Declare files that will always have LF line endings on checkout. +*.sh text eol=lf