A lot of files get changed unnessesairy

i assume this is a side effect of codebot opening files through the IDE (?)

but for example forms that do not have certain properties like

    ExplicitLeft = 0
    ExplicitTop = 0
    ExplicitWidth = 0
    ExplicitHeight = 0

are being picked up by the version control cause delphi added those properties i assume, and probably caused by codebot opening those files?

not really a big issue but it makes you have a look what could have been changed since you’re not working on that files