From 7ba91a812a872f31cee7c706688748dfed9f69f3 Mon Sep 17 00:00:00 2001 From: stoneHee99 Date: Thu, 24 Apr 2025 18:59:06 +0900 Subject: [PATCH] Add .gitattributes to enforce LF endings for shell scripts on WSL --- .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