We have a table with an XML column that has values with >200,000 characters. These rows in source control are split into multiple lines, but are not consistent each time there is a check-in, making it very hard to compare the data on a merge.
Is there a way to force the lines to either split logically as XML formatting, or have the data all on a single line?
Is there a way to force the lines to either split logically as XML formatting, or have the data all on a single line?