changed *.sh and files w/o ext to eol=lf

This commit is contained in:
2024-10-01 13:09:15 +03:00
parent 302367c667
commit f61c15b1da

7
.gitattributes vendored
View File

@ -9,7 +9,7 @@
*.ini text=auto *.ini text=auto
*.tpl text=auto *.tpl text=auto
*.cfg text=auto *.cfg text=auto
*.bat text eol=crlf *.bat text=auto
*.cmd text=auto *.cmd text=auto
*.iss text=auto *.iss text=auto
*.ipr text=auto *.ipr text=auto
@ -45,7 +45,7 @@
*.c text=auto *.c text=auto
*.h text=auto *.h text=auto
*.awk text=auto *.awk text=auto
*.sh text=auto *.sh text=auto eol=lf
*.csv text=auto *.csv text=auto
*.url text=auto *.url text=auto
*.tld text=auto *.tld text=auto
@ -67,7 +67,7 @@
*.sgml text=auto *.sgml text=auto
*.talk text=auto *.talk text=auto
*.vcf text=auto *.vcf text=auto
makefile text=auto makefile text=auto eol=lf
COPYING text=auto COPYING text=auto
.gitattributes text=auto .gitattributes text=auto
.gitignore text=auto .gitignore text=auto
@ -75,3 +75,4 @@ COPYING text=auto
.*src text=auto .*src text=auto
*.stg text=auto *.stg text=auto
*.g text=auto *.g text=auto
* eol=lf