Update .gitattributes

This commit is contained in:
Zen 2022-07-06 01:48:36 +08:00 committed by GitHub
parent 3b4c83e077
commit dda6d6befa
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