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:
parent
d0e7b9babf
commit
6eadeb9e55
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