changed *.sh and files w/o ext to eol=lf
This commit is contained in:
7
.gitattributes
vendored
7
.gitattributes
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user