Skip to content

Commit 27ab17b

Browse files
authoredFeb 14, 2021
Remove crlf for ps1 as it is cross-platform (gitattributes#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
1 parent 02a6278 commit 27ab17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Web.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*.onlydata text
3636
*.php text diff=php
3737
*.pl text
38-
*.ps1 text eol=crlf
38+
*.ps1 text
3939
*.py text diff=python
4040
*.rb text diff=ruby
4141
*.sass text

0 commit comments

Comments
 (0)