I've noted that when we upload our custom IPAs using IPD all line endings are lost. Does anyone know if there is a reason for this or a setting I can change to prevent this from happening? To be clear I'm speaking of the actual formatting in the .lpd when viewed as text in something like notepad++
While working on the file and before uploading, file formatting looks something like (tabs are missing from below because of this forum's formatting, but line endings are as expected):
<?xml version="1.0" encoding="UTF-8"?><process autoRestart="0" className="FgProcess" connectionName="" designerVersion="9.1.0" generateMilestones="false" id="test_this" priority="0" processType="false" schemaVersion="1.0" service="" title="">
<description/>
<processUserNode>
<from/>
<subject/>
<content/>
<displayType>1</displayType>
<displayContent/>
<displayName/>
<hideActions>false</hideActions>
</processUserNode>
After upload and then download again formatting changes to something that looks like (basically all line endings get removed):
<?xml version="1.0" encoding="UTF-8"?><process autoRestart="0" className="FgProcess" connectionName="" designerVersion="9.1.0" generateMilestones="false" id="test_this" priority="0" processType="false" schemaVersion="1.0" service="" title=""> <description/> <processUserNode> <from/> <subject/> <content/> <displayType>1</displayType> <displayContent/> <displayName/> <hideActions>false</hideActions> </processUserNode>