Skip to content

Commit

Permalink
Merge pull request #110 from visto9259/3.8.x
Browse files Browse the repository at this point in the history
Updated .gitattributes to force eol=LF on php files
  • Loading branch information
visto9259 authored Nov 15, 2024
2 parents be85a18 + 022c7fa commit fda1652
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
/.php_cs export-ignore
/phpcs.xml export-ignore
/phpunit.xml.dist export-ignore
/tests/ export-ignore
/tests/ export-ignore
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
*.php text eol=lf

0 comments on commit fda1652

Please sign in to comment.