From bd387a350453b5f6977ec29db7baa49271dc153e Mon Sep 17 00:00:00 2001 From: Ilya Kushnir Date: Tue, 3 Jan 2023 00:33:25 +0200 Subject: [PATCH] Create .gitattributes To ensure that all sensetive scripts will be in the correct newline mode --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8e56c42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text eol=lf + +# Declare files that will always have CRLF line endings on checkout. +*.cmd text eol=crlf +*.bat text eol=crlf