From 04177fb45eb5ef001eb0033d6b11e349ec235376 Mon Sep 17 00:00:00 2001 From: insang-hmogara-pc Date: Mon, 14 Sep 2026 12:51:34 +0900 Subject: [PATCH] Force 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 -- 2.43.0