For eol also into extension definition. Let's see if this works.
This commit is contained in:
parent
633b389564
commit
d30ece9f36
17
.gitattributes
vendored
17
.gitattributes
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user