Merge pull request #498 from zen2do/patch-1

Update .gitattributes
This commit is contained in:
Timothy 2022-07-14 00:13:50 +08:00 committed by GitHub
commit 4bd9eb9c7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.gitattributes vendored
View File

@ -1,5 +1,5 @@
## Source: https://github.com/alexkaratarakis/gitattributes
## Modified * text=auto to * text eol=lf to force LF endings.
## Modified * text=auto to * text=auto eol=lf to force LF endings.
## GITATTRIBUTES FOR WEB PROJECTS
#
@ -16,7 +16,7 @@
## Force LF line endings automatically for files detected as
## text and leave all files detected as binary untouched.
## This will handle all files NOT defined below.
* text eol=lf
* text=auto eol=lf
# Source code
*.bash text eol=lf