TouchGFX Designer adds redundant line ending to .cproject file
TouchGFX adds a redundant line ending to .cproject file when clicking generate code even if nothing has changed.
This causes changes to show up in git and also makes merging and pull requests more complicated.
In STM32CubeIDE the line ending is removed after making any change to the project (and optionally reverting the change).
-<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
+<?fileVersion 4.0.0?>
+<cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
I'm using TouchGFX 4.23.2, but the problem was also present in older versions. Using STM32CubeIDE 1.15.1, but older version had the same effect.
Please fix this.
