Force git to use LF line endings for PHP files
This commit is contained in:
parent
6856ca3993
commit
39e467afbc
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# 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
|
*.php text eol=lf
|
||||||
*.sql text
|
*.sql text
|
||||||
*.htm text
|
*.htm text
|
||||||
*.html text
|
*.html text
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user