PaulHigin / PSThreadJob

A PowerShell module for running concurrent jobs based on threads rather than processes
MIT License
180 stars 18 forks source link

Normalize line endings #39

Closed KirkMunro closed 5 years ago

KirkMunro commented 5 years ago

It seems like line endings were committed to the repo with CRLF pairs, which causes diff problems for people wanting to submit PRs. This PR is an attempt to correct that, based on this SO answer: https://stackoverflow.com/a/1889699/1527884.