1
Does anyone know any diff tool capable of ignoring all blank spaces and line breaks?
Ex:
File1.html
<html>
<head>
<title>Title</title>
File2.html
<html><head>
<title>
Title
</title>
But when it comes to comparing:
File1.html
<html><head><title>Title</title>
File2.html
<html><head><title>Title</title>
where did I say it had to do with git?
– Bruno Rozendo
Opa, I think I hit my eye and then confused. You want to compare two files and see the differences ignoring the spaces and blank lines, this?
– Rodrigo Rigotti
ignore line breaks and spaces.
– Bruno Rozendo
I changed the answer, see if it fits your case :)
– Rodrigo Rigotti
It didn’t work out on a virtual machine, and the result wasn’t what I expected.
– Bruno Rozendo