upstream #1
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -1,5 +1,5 @@
|
|||||||
## Source: https://github.com/alexkaratarakis/gitattributes
|
## 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
|
## GITATTRIBUTES FOR WEB PROJECTS
|
||||||
#
|
#
|
||||||
@ -16,7 +16,7 @@
|
|||||||
## Force LF line endings automatically for files detected as
|
## Force LF line endings automatically for files detected as
|
||||||
## text and leave all files detected as binary untouched.
|
## text and leave all files detected as binary untouched.
|
||||||
## This will handle all files NOT defined below.
|
## This will handle all files NOT defined below.
|
||||||
* text eol=lf
|
* text=auto eol=lf
|
||||||
|
|
||||||
# Source code
|
# Source code
|
||||||
*.bash text eol=lf
|
*.bash text eol=lf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user