From da7d9f25e14f6139d02be987cf25a2762ddbf6ab Mon Sep 17 00:00:00 2001 From: insang-hmogara-pc Date: Mon, 14 Sep 2026 14:17:31 +0900 Subject: [PATCH] Force LF line endings for shell scripts --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6007d2ee --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ + +*.sh text eol=lf -- 2.43.0