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

Merge pull request #152 from jpawlowski/patch-4

Add PowerShell
This commit is contained in:
Alexander Karatarakis 2021-11-25 20:11:57 -08:00 committed by GitHub
commit 832b9e033f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
PowerShell.gitattributes Normal file
View File

@ -0,0 +1,12 @@
# Basic .gitattributes for a PowerShell repo.
# Source files
# ============
*.ps1 text eol=crlf
*.ps1x text eol=crlf
*.psm1 text eol=crlf
*.psd1 text eol=crlf
*.ps1xml text eol=crlf
*.pssc text eol=crlf
*.psrc text eol=crlf
*.cdxml text eol=crlf