From 6f1604b33ff0d4e3e41c0435765a6b5b8181ad39 Mon Sep 17 00:00:00 2001 From: Doug Finke Date: Thu, 2 Apr 2015 13:27:28 -0400 Subject: [PATCH] PS files should have crlf --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index bdb0cab..f707e4e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,8 @@ # Custom for Visual Studio *.cs diff=csharp +*.ps1 text eol=crlf +*.psm1 text eol=crlf # Standard to msysgit *.doc diff=astextplain