From f61c15b1dae6fde0138fbe93c1f4fcb2c7e83d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=BE=D0=BC=D0=B0=D0=BD=20=D0=9A=D0=B8=D1=81=D0=BB?= =?UTF-8?q?=D1=83=D1=85=D0=B8=D0=BD?= Date: Tue, 1 Oct 2024 13:09:15 +0300 Subject: [PATCH] changed *.sh and files w/o ext to eol=lf --- .gitattributes | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1d79786..0a31b33 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,7 +9,7 @@ *.ini text=auto *.tpl text=auto *.cfg text=auto -*.bat text eol=crlf +*.bat text=auto *.cmd text=auto *.iss text=auto *.ipr text=auto @@ -45,7 +45,7 @@ *.c text=auto *.h text=auto *.awk text=auto -*.sh text=auto +*.sh text=auto eol=lf *.csv text=auto *.url text=auto *.tld text=auto @@ -67,7 +67,7 @@ *.sgml text=auto *.talk text=auto *.vcf text=auto -makefile text=auto +makefile text=auto eol=lf COPYING text=auto .gitattributes text=auto .gitignore text=auto @@ -75,3 +75,4 @@ COPYING text=auto .*src text=auto *.stg text=auto *.g text=auto +* eol=lf