Skip to content

Commit 4bd9eb9

Browse files
authored
Merge pull request #498 from zen2do/patch-1
Update .gitattributes
2 parents 00cb244 + dda6d6b commit 4bd9eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Source: https://github.com/alexkaratarakis/gitattributes
2-
## Modified * text=auto to * text eol=lf to force LF endings.
2+
## Modified * text=auto to * text=auto eol=lf to force LF endings.
33

44
## GITATTRIBUTES FOR WEB PROJECTS
55
#
@@ -16,7 +16,7 @@
1616
## Force LF line endings automatically for files detected as
1717
## text and leave all files detected as binary untouched.
1818
## This will handle all files NOT defined below.
19-
* text eol=lf
19+
* text=auto eol=lf
2020

2121
# Source code
2222
*.bash text eol=lf

0 commit comments

Comments
 (0)