diff --git a/.gitattributes b/.gitattributes index e3c98e06..96b35539 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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