stevenhalim / cpbook-code

CP4 Free Source Code Project (C++17, Java11, Python3 and OCaml)
2k stars 493 forks source link

LF and CR+LF #68

Closed howsiwei closed 4 years ago

howsiwei commented 4 years ago

Currently some files use LF for line endings while some files use CR+LF for line endings. It would be good to convert all of them to LF.

stevenhalim commented 4 years ago

Should be mix of legacy code (written long ago -> Windows only) and recently (Unix). I agree to convert them to Line Feed only (Unix). If you spot them, please change.

howsiwei commented 4 years ago

Ok, I'll open a separate PR to convert them this week.