Possible Duplicate:
How to bulk convert all the file in a file system branch between Unix and Windows line break format?
which is the best tool to convert the CRLF to LF for my project in C++,one of the guideline is to do so before review.
which is the best tool to convert the CRLF to LF for my project in C++,one of the guideline is to do so before review. |
||||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Try the Wrap it in a shell script to match all your source files and it should be done. |
|||
|
|