From 069c78b1acb96e2261c28af26d24f527e553d66b Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 15 Apr 2026 23:54:12 +0800 Subject: [PATCH] Add .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5d09182 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sh text eol=lf +* text=auto eol=lf \ No newline at end of file