added .gitattributes and normalized files (#4668)

This commit is contained in:
Oliver Stöneberg 2022-12-30 21:33:45 +01:00 committed by GitHub
parent d3a2cdc26c
commit 0c95971c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
40 changed files with 10602 additions and 10583 deletions

19
.gitattributes vendored Normal file
View File

@ -0,0 +1,19 @@
## standard default enconding
* text=auto
## UNIX specific files
*.sh text eol=lf
## Windows specific files
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf
*.sln text eol=crlf
*.wixproj text eol=crlf
*.wxi text eol=crlf
*.wxs text eol=crlf
## Binary resources
*.pdf binary