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