From 024fc36287cee66ee766c5d34322e55cb316129e Mon Sep 17 00:00:00 2001 From: Pilaton Date: Mon, 16 Sep 2024 19:09:53 +0300 Subject: [PATCH] fix: Ensure LF line endings for shell scripts --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index dfe0770..7b7906c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ # Auto detect text files and perform LF normalization * text=auto +*.zsh text eol=lf +*.sh text eol=lf