Fix .gitattributes consistency with .editorconfig (#5802)

`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.
This commit is contained in:
ThisGitHubUsernameWasAvailable 2022-02-09 17:55:45 +03:00 committed by GitHub
parent 4c6186ac62
commit 207a23e4a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1,4 +1,5 @@
* text=auto
* text eol=lf
*.blade.php diff=html
*.css diff=css