Skip to content

Commit

Permalink
Fix .gitattributes consistency with .editorconfig (#5802)
Browse files Browse the repository at this point in the history
`lf` EOL is defined in `.editorconfig` but missed in `.gitattributes`, so here is the fix.
This little fix helps keep the EOL consistent across the project and ensures it doesn't get messed up by GitHub Desktop or any other GIT client.
  • Loading branch information
ThisGitHubUsernameWasAvailable authored Feb 9, 2022
1 parent 4c6186a commit 207a23e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* text=auto
* text eol=lf

*.blade.php diff=html
*.css diff=css
Expand Down

0 comments on commit 207a23e

Please sign in to comment.