Hi,
I'm using MCUXpresso 10.3, importing the provided LPC1769 examples.
lpc_chip_175x_6x for instance has the following section at the bottom of its .cproject file :
<storageModule moduleId="com.crt.config">
<projectStorage><?xml version="1.0" encoding="UTF-8"?>
<TargetConfig>
<Properties property_0="" property_2="LPC175x_6x_512.cfx" property_3="NXP" property_4="LPC1769"
[....]
<link href="nxp_lpcxxxx_peripheral.xme" show="embed" type="simple"/>
</info>
</infoList>
</TargetConfig></projectStorage>
</storageModule>
Depending on the OS, the IDE will automatically add or remove those independently from the chosen line ending and/or git attributes.
This is really annoying when trying to properly track changes on the projects configuration.