mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 08:18:50 -05:00
commit
832b9e033f
12
PowerShell.gitattributes
Normal file
12
PowerShell.gitattributes
Normal 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
|
Loading…
Reference in New Issue
Block a user