Skip to content

Commit

Permalink
[8.x] Explicitly set hunk diffing (laravel#34898)
Browse files Browse the repository at this point in the history
* Explicitly set hunk diffing of PHP and Markdown files

* Add Blade, HTML and CSS

* Sort
  • Loading branch information
jbrooksuk authored Oct 20, 2020
1 parent 2cd2877 commit 1d5792f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
* text=auto

*.blade.php diff=html
*.css diff=css
*.html diff=html
*.md diff=markdown
*.php diff=php

/.github export-ignore
/bin export-ignore
/tests export-ignore
Expand Down

0 comments on commit 1d5792f

Please sign in to comment.