Use CRLF for PowerShell scripts

This commit is contained in:
Dylan K. Taylor 2017-06-25 14:15:34 +01:00
parent a73c6f1861
commit f7aad8e2fe

1
.gitattributes vendored
View File

@ -6,6 +6,7 @@
*.properties text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# Custom for Visual Studio
*.cs diff=csharp