Skip to content
Snippets Groups Projects
Commit d30ece9f authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

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

parent 633b3895
No related branches found
No related tags found
No related merge requests found
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment