Skip to content

Commit

Permalink
(maint) Explicitly set PS scripts to be CRLF
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Aug 12, 2024
1 parent 39c2525 commit 09b01e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Possibly have crlf for this as well (believe AU uses Windows Line Endings and utf-8-bom)
*.nuspec text eol=lf

*.ps1 text eol=crlf
*.psm1 text eol=crlf

*.png binary
*.jpg binary
*.exe binary
Expand Down

0 comments on commit 09b01e9

Please sign in to comment.