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