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

cmd and ps1 support

This commit is contained in:
Richie Bendall 2019-04-21 13:35:59 +12:00
parent 518592ee3b
commit cc07560877
No known key found for this signature in database
GPG Key ID: 1C6A99DFA9D306FC

View File

@ -18,6 +18,7 @@
# Source code
*.bash text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.coffee text
*.css text
*.htm text diff=html
@ -32,6 +33,7 @@
*.onlydata text
*.php text diff=php
*.pl text
*.ps1 text eol=crlf
*.py text diff=python
*.rb text diff=ruby
*.sass text