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:
parent
4c6186ac62
commit
207a23e4a1
|
@ -1,4 +1,5 @@
|
|||
* text=auto
|
||||
* text eol=lf
|
||||
|
||||
*.blade.php diff=html
|
||||
*.css diff=css
|
||||
|
|
Loading…
Reference in New Issue