From cb7a22689038e940710ee74a09ea2ef727b1680a Mon Sep 17 00:00:00 2001 From: miamimanni Date: Tue, 24 Jun 2025 10:42:19 -0400 Subject: [PATCH] Create .gitattribute --- .gitattribute | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattribute diff --git a/.gitattribute b/.gitattribute new file mode 100644 index 0000000..901edab --- /dev/null +++ b/.gitattribute @@ -0,0 +1,6 @@ +############################################################################### +# Set default behavior to automatically normalize line endings. +############################################################################### +#* text=auto + +*.sh text eol=lf