KDiff3 (on Windows): ignore Line end style -
i´m comparing 2 versions of c code, , files differ line end style (unix or dos).
how can tell kdiff3 ignore such difference?
note:
- i cannot pre-process code dos2unix on 1 of 2 versions
- i´m using windows
thanks!
edit:
this seems part of trick (all files shown dos style):
settings>configure kdiff3..>diff>preprocessor command: sed "s/+/ /g"
Comments
Post a Comment