Skip to content

Commit 207a23e

Browse files
Fix .gitattributes consistency with .editorconfig (laravel#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.
1 parent 4c6186a commit 207a23e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
* text=auto
2+
* text eol=lf
23

34
*.blade.php diff=html
45
*.css diff=css

0 commit comments

Comments
 (0)