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:
parent
02a6278bad
commit
27ab17bf9c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user