From b6a466496d6895d3a03453bca829594124e523c7 Mon Sep 17 00:00:00 2001 From: Waleed Judah Date: Sat, 7 Jun 2025 04:03:26 -0400 Subject: [PATCH] chore: enforce LF endings for shell scripts --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfdb8b7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf