Code changes with Xojo Project format

Why does Xojo keep changing for example Height = “32” to Height = 32 (without quotes) and back again in different commits?
Also I get Index = -2147483648 lines and sometimes they are removed.
Sometimes TabStop = True appears and other times it’s removed.

[quote=183183:@Thomas White]Why does Xojo keep changing for example Height = “32” to Height = 32 (without quotes) and back again in different commits?
Also I get Index = -2147483648 lines and sometimes they are removed.
Sometimes TabStop = True appears and other times it’s removed.[/quote]
I’ve got a few others like this. e.g. lines starting with an underscore added to a class out of the blue. Whenever they appear I commit them apart the other changes calling them “Xojo’s weirdnesses”.

It is disconcerting. I’ve moved back to git after some issues developed with my former version control scenario. It does confuse me when I change a few lines and have a slew more when I go to commit.