mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 08:18:50 -05:00
13 lines
277 B
Plaintext
13 lines
277 B
Plaintext
# 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
|