upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit 4bd9eb9c7c - Show all commits

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