1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 08:18:50 -05:00

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
This commit is contained in:
Jason Smart 2021-02-14 17:20:30 +11:00 committed by GitHub
parent 02a6278bad
commit 27ab17bf9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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