From 89d2680ca36dbe5eef2cbe2f018c3606c06b2890 Mon Sep 17 00:00:00 2001 From: Dawid Potyra Date: Mon, 11 Mar 2024 12:05:52 +0100 Subject: [PATCH] add .gitattributes --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2ca7cfd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +# -- -------------------------------------------------------------------- +# -- Powershell Source files +# -- -------------------------------------------------------------------- +*.ps1 text eol=crlf +*.ps1x text eol=crlf +*.psm1 text eol=crlf +*.psd1 text eol=crlf +*.ps1xml text eol=crlf +*.pssc text eol=crlf +*.psrc text eol=crlf +*.cdxml text eol=crlf \ No newline at end of file