I am collaborating on a course-django project with other several students, and I found line separator mixed up, some files use LF, and other files use CRLF. I feel confused, although now everything is well, no one knows future. so which one we should set in project level? do you have any suggestions?
Asked
Active
Viewed 294 times
1 Answers
0
It depends. If you're on an typewriter you should use CR+LF. Otherwise LF will suffice. :)
CR+LF is basically just using up two characters instead of one.

Johan Schiff
- 661
- 4
- 13