From: insang-hmogara-pc Date: Mon, 14 Sep 2026 03:51:34 +0000 (+0900) Subject: Force LF line endings for shell scripts X-Git-Url: https://git.insang.kr/gitweb/?a=commitdiff_plain;p=webdexportable.git Force LF line endings for shell scripts --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfdb8b7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf