You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently PrettyDiff formats a lot of HTML elements that do not require formatting. Great example of this is putting default-inline elements, like<span>, on a newline. This forces spaces in the HTML. Would be great to follow JS Beautify on this.