From ccc814ce1c97d0a9fb809171ab4e4bb142ab0d16 Mon Sep 17 00:00:00 2001 From: Marc Urben <264994+oxivanisher@users.noreply.github.com> Date: Sun, 2 Aug 2026 03:22:16 +0200 Subject: [PATCH] Ensure .sh files are unix style --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..dfdb8b77 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf