From b9b58af89fb50aa86a101c16f6ac9336b857c854 Mon Sep 17 00:00:00 2001 From: y2keui Date: Wed, 10 Jun 2026 01:58:49 +0900 Subject: [PATCH] Keep shell scripts with LF endings --- .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