From 27ab17bf9c8ccfb9cf00007c4c8cc3a132ac33b4 Mon Sep 17 00:00:00 2001 From: Jason Smart <47585763+jshealth@users.noreply.github.com> Date: Sun, 14 Feb 2021 17:20:30 +1100 Subject: [PATCH] Remove crlf for ps1 as it is cross-platform (#126) Powershell Core (Version 6 and above) retains the ps1 file extension but is cross-platform, running on Windows, Linux and Mac OS https://github.com/PowerShell/PowerShell It should not be forced to use crlf --- Web.gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web.gitattributes b/Web.gitattributes index ada13ce..f673721 100644 --- a/Web.gitattributes +++ b/Web.gitattributes @@ -35,7 +35,7 @@ *.onlydata text *.php text diff=php *.pl text -*.ps1 text eol=crlf +*.ps1 text *.py text diff=python *.rb text diff=ruby *.sass text