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

Create PowerShell.gitattributes

This commit is contained in:
Julian Pawlowski 2021-11-20 15:48:50 +01:00 committed by GitHub
parent d0e7b9babf
commit 6eadeb9e55
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