Merge branch 'main' into arch

This commit is contained in:
Amin Yahyaabadi 2020-09-15 21:30:00 -05:00 committed by GitHub
commit 2f532cef8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
57 changed files with 1949 additions and 1 deletions

3
.gitattributes vendored
View file

@ -1,4 +1,5 @@
# Set default behavior to automatically normalize line endings, and force everything to be LF, except for Windows batch files that require CRLF, so that if a repo is accessed in Unix via a file share from Windows, the scripts will work.
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf
.licenses/** -diff linguist-generated=true