peterolson / BigInteger.js

An arbitrary length integer library for Javascript
The Unlicense
1.12k stars 187 forks source link

Fix line endings (CRLF to LF) #211

Closed pipboy96 closed 3 years ago

pipboy96 commented 3 years ago

BigInteger.js and spec/spec.js are currently using DOS/Windows style line breaks, while the rest of the files correctly use Unix style line breaks. This PR replaces them with Unix style line breaks.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 94.318% when pulling 83f930d1a93a782e1ba694077d14c3fa17c86eb4 on pipboy96:crlf-to-lf into 61863fb4b8cbf1e29acab5ce445626f51a234794 on peterolson:master.

peterolson commented 3 years ago

Looks good to me, thanks.