From 6eadeb9e55a10eb9bb77111527db0df73722db64 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Sat, 20 Nov 2021 15:48:50 +0100 Subject: [PATCH] Create PowerShell.gitattributes --- PowerShell.gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 PowerShell.gitattributes diff --git a/PowerShell.gitattributes b/PowerShell.gitattributes new file mode 100644 index 0000000..679baff --- /dev/null +++ b/PowerShell.gitattributes @@ -0,0 +1,12 @@ +# Basic .gitattributes for a PowerShell repo. + +# 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