For eol also into extension definition. Let's see if this works.

This commit is contained in:
Laurent Destailleur 2013-06-04 19:33:32 +02:00
parent 633b389564
commit d30ece9f36

17
.gitattributes vendored
View File

@ -1,17 +1,18 @@
# Set default behaviour, in case users don't have core.autocrlf set. # Set default behaviour, in case users don't have core.autocrlf set.
* text=auto * text=auto
# Explicitly declare text files we want to always be normalized and converted # Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout. # to native line endings on checkout.
*.php text eol=lf *.php text eol=lf
*.sql text *.sql text eol=lf
*.htm text *.htm text eol=lf
*.html text *.html text eol=lf
*.js text *.js text eol=lf
*.css text *.css text eol=lf
*.lang text *.lang text eol=lf
*.txt text *.txt text eol=lf
*.md text *.md text eol=lf
# Denote all files that are truly binary and should not be modified. # Denote all files that are truly binary and should not be modified.
*.ico binary *.ico binary