From a459cd3b7a587918e16957f5bdc3297e73553622 Mon Sep 17 00:00:00 2001 From: Dandy Royyan Firdaus Date: Fri, 28 Aug 2026 01:08:12 +0700 Subject: [PATCH] fix: enforce unix lf line 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