fix: add gitattributes for scripts (#1894)

This commit is contained in:
Jakub Panek 2023-01-01 16:51:07 +01:00 committed by GitHub
parent b2d4da81c2
commit 9121acd946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored
View File

@ -4,3 +4,6 @@
*.rs text diff=rust eol=lf
*.toml text diff=toml eol=lf
Cargo.lock text eol=lf
*.sh text eol=lf
*.ps1 text eol=crlf