From 9121acd946b136210ee0b8845d7e29592457ce24 Mon Sep 17 00:00:00 2001 From: Jakub Panek Date: Sun, 1 Jan 2023 16:51:07 +0100 Subject: [PATCH] fix: add gitattributes for scripts (#1894) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) 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