We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00cb244 + dda6d6b commit 4bd9eb9Copy full SHA for 4bd9eb9
.gitattributes
@@ -1,5 +1,5 @@
1
## Source: https://github.com/alexkaratarakis/gitattributes
2
-## Modified * text=auto to * text eol=lf to force LF endings.
+## Modified * text=auto to * text=auto eol=lf to force LF endings.
3
4
## GITATTRIBUTES FOR WEB PROJECTS
5
#
@@ -16,7 +16,7 @@
16
## Force LF line endings automatically for files detected as
17
## text and leave all files detected as binary untouched.
18
## This will handle all files NOT defined below.
19
-* text eol=lf
+* text=auto eol=lf
20
21
# Source code
22
*.bash text eol=lf
0 commit comments