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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -