STM32CubeMX Issue: OS X and Windows version generate differing files
We recently started using the OS X version of STM32CubeMX after using the Windows version for all projects for the past 1+ years. We found that the same .ioc file used to generate projects on the different platforms yields files that differ. The differences I see are some spaces before CR/LF characters, especially on empty lines. While this seems minor, the ramifications of this is that to my git clients (Tower on OS X and SourceTree on Windows), the files differ enough for them to just say the entire file has changed.
Can you please make the OS X version output files exactly the same as those generated with the Windows version? The Windows version seems to strip all spaces before a CR/LF.EDIT: Sorry forgot to include the version info.Both the OS X and Windows versions are 4.16.1Thanks,Craig #stm32cubemx #generation